ID:149145
 
Okay, so I suck -.-;;

I really gotta buy the book or something *LOL*

Can someone give me proper syntax of the proc Flip() used in a line of code? Just a single one is all I need @.@

I just have no idea how to use these nifty icon procs *L*


El

mob/guy
icon = 'icons.dmi'
icon_state = "mob"
verb/flip()
var/icon/I = new(usr.icon)
I.Flip(SOUTH)
usr.icon = I


That is actually a demo that I decied to do...
In response to Sariat
Oohhh.. I see.. thanks Sariat ^_^


El