ID:174717
Jul 24 2003, 3:21 am
|
|
I've got a very simple question. What is the command type-thing for changing states? Like, if I want the monster that just died to change state to "dead" what would I do?
|
Copyright © 2024 BYOND Software.
All rights reserved.
To change the var(src == monster):
src.state = "Dead"
To change the apperance