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
effect all
[Tips]
ID:158459
Aug 20 2009, 2:16 pm (Edited on Aug 20 2009, 2:23 pm)
Mastermatthew
ok i cant seem to find a way to change all players icon states by a GM verb. please help me. oh and i need it to teleport them too.
Aug 20 2009, 2:23 pm
Nadrew
for
(
var
/client/C)
if
(C.mob)
C.mob.icon_state =
"weeee"
Aug 20 2009, 2:24 pm
In response to
Nadrew
Mastermatthew
ty
Copyright © 2025 BYOND Software. All rights reserved.