ID:177629
 
is it possible to make an overlay have an icon state?
and if it is,would it be something like making a new object,and making that the overlay?
or what?
var/icon/I = new('Overlay.dmi',icon_state = "Hat")
usr.overlays += I

Something like that.
In response to Garthor
thankes O_o