ID:178158
 
How do I get the monsters to move around?
mob/Monster/proc/walkaround()
walk_rand(src,0)

mob/Monster/New()
..()
walkaround()

;)