ID:163239
 
How can I change the movement speed of a mob?
mob/var/speed=5
mob/var/move=1
mob/Move()
if(move)
..()
move=0
spawn(speed) move=1