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
change the mobs icon(state) by using a verb
[Tips]
ID:267651
Aug 10 2003, 9:04 am
Mousie_kebabs
How can i change the mobs icon(state) with out using over or under lays
thanks
Aug 10 2003, 9:06 am
JackGuy
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
Aug 10 2003, 9:07 am
Camaro
src.icon_state = "name of new state"
-Camaro-
Aug 10 2003, 9:10 am
In response to
Camaro
Mousie_kebabs
thanks :-)
Copyright © 2025 BYOND Software. All rights reserved.
src.icon_state = state
simple as that. A window appears asking for text, and sets the persons icon_state to what they enter