ID:152205
Oct 7 2007, 1:52 pm
|
|
What would you guys say are your most favorite built-in dm Procs that you use in your programming? Either becuase they work well, or they're fun to play around with, etc.. I'm interested in hearing what people have to say.
| |
#1 Oct 7 2007, 3:07 pm
|
|
copytext(), hands down.
| |
Hmm, I just looked that up in the DM Reference: it's pretty obscure. Call me closed-minded but what's the practical application in a program for that?
| |
Text Parsing. 'Nuff Said.
My favorite proc... I don't know if I have a favorite one. I use all of them a lot. >_> | |
#4 Oct 7 2007, 5:53 pm
|
|
findtext(). =P
| |
#5 Oct 7 2007, 10:51 pm
|
|
if() :-P
| |
I love output. :)
(I guess my favorite operator would be... >>) | |
MapColors() ftw, It's possible to create cool effects with it. I could invert all the colors of an icon using this.
| |
#10 Oct 8 2007, 5:44 am
|
|
New(). Or orange(), because it has the name of a fruit!
| |
I love the grape proc.
| ||
Return a random mob's orange to N spaces? What would you need that for, except maybe spontaneous combustion of mobs?
It's not built in, either. | |
Hazman wrote:
Return a random mob's orange to N spaces? What would you need that for, except maybe spontaneous combustion of mobs? Divine O' Peanut wrote:? Or orange(), because it has the name of a fruit! I was being sarcastic. >_> | |
#14 Oct 8 2007, 8:10 am
|
|
Topic() <3
| |
if() is a statement, not a proc, and it's been mentioned already--in response to the correct post, at that. Ironically to use if() properly you need to be sure everything is indented under the right block.
Lummox JR | |
:( not the point, even if i did post a proc that someone already mentioned the guy asked EVERYONE so if 2 or more of us liked the same procs we are all allowed to say so anyways.. :P
| |