Tall(var/iconset as icon)
var/obj/O=new/obj/overlay
O.icon=iconset
O:layer=MOB_LAYER+2
O:pixel_y=32
usr.overlays+=O
Tall_state(state as text)
for(var/obj/O in usr:overlays)
if(O!=null)
O:icon_state=state
else
return
Problem description:
I like the new forums stuff. o.O Oh...huh...The tall icon will load but the state won't change.
And, I think you have to remove an overlay then add it again for it to change icon_states.