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
Copyright © 2024 BYOND Software.
All rights reserved.
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...