ID:174576
 
what i want to know is how do you make the person your playing do difrent icon states?


please HELP
matt
mob/verb/ChangeState(msg as text)
usr.icon_state = msg
In response to Hendrix
but i want it so when i use a verb like play he will play an instroment would you do the same as what you typed?
In response to Neopo
This is how I would do it:

mob
verb
PlayInstrument()
view(6)<<"[usr] plays an instrument!"
usr.icon_state = "instrument"


~GokuSS4Neo~