ID:267651
 
How can i change the mobs icon(state) with out using over or under lays

thanks
mob/verb/Change_state(state as text)
src.icon_state = state

simple as that. A window appears asking for text, and sets the persons icon_state to what they enter
src.icon_state = "name of new state"

-Camaro-
In response to Camaro
thanks :-)