People, now i want to make a usr change his icon and a few of time, the icon backs, like this:
usr.icon = 'gyroman.dmi'
sleep(30)
usr.icon = X
the X is the icon that the usr have before use this verb, but in my game have various icons to choose, in the any part of the game!!!
i want to know how i do this...
Copyright © 2025 BYOND Software.
All rights reserved.
For your problem, you would have to store the icon somewhere temporarily, then set it back by setting the object's icon back to the variable.
~~> Unknown Person