void EntityStop(int entity)
Clears the movecode of an entity, set by EntityMove() - stopping whatever action the entity is currently taking.
EntityMove(1, "u3"); // Move entity '1' up 3 tiles Wait(100); // A function that waits for 1 second EntityStop(1); // Stop entity 1 early
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |