Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
overlays and iconstates
[Tips]
ID:177629
Aug 18 2002, 5:46 am
Roara
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?
Aug 18 2002, 8:16 am
Garthor
var/icon/I = new('Overlay.dmi',icon_state = "Hat")
usr.overlays += I
Something like that.
Aug 18 2002, 9:06 am
In response to
Garthor
Roara
thankes O_o
Copyright © 2025 BYOND Software. All rights reserved.
usr.overlays += I
Something like that.