ID:167455
Mar 12 2006, 12:01 pm
|
|
How can I change an overlay's icon state?
|
Copyright © 2024 BYOND Software.
All rights reserved.
var/datumtype/F = locate(datumtype) is src.overlays
Then, try to edit it's icon_state, or just change the icon doing something like
F.icon=image(F.icon,desirediconstate)