ID:152205
 
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.
copytext(), hands down.
In response to Jtgibson (#1)
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?
In response to Agriff1 (#2)
Text Parsing. 'Nuff Said.

My favorite proc... I don't know if I have a favorite one.
I use all of them a lot. >_>
findtext(). =P
if() :-P
In response to Jtgibson (#1)
Ditto that, but findtext() is a close second.
In response to Nadrew (#6)
I love output. :)
(I guess my favorite operator would be... >>)
In response to Digijager (#7)
MapColors() ftw, It's possible to create cool effects with it. I could invert all the colors of an icon using this.
In response to Hazman (#5)
That's a statement ;)
New(). Or orange(), because it has the name of a fruit!
In response to DivineO'peanut (#10)
I love the grape proc.
proc/grape(N as num)
var/list/l=list()
for(var/mob/M in world){l+=M}
return orange(N,pick(l))
In response to Flame Sage (#11)
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.
In response to Hazman (#12)
Hazman wrote:
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.

Divine O' Peanut wrote:?
Or orange(), because it has the name of a fruit!

I was being sarcastic. >_>
Topic() <3
In response to Shadowdarke (#14)
if()
In response to VolksBlade (#15)
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
In response to Lummox JR (#16)
:( 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
In response to VolksBlade (#17)
VolksBlade wrote:
:( 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

Except that it isn't a proc, and you responded to the wrong post.

Lummox JR
In response to Lummox JR (#18)
...so i did-- SOOOOORRRRRRRRRRRY cant be perfect all the time can i? (not even some of the time :( )
Page: 1 2