ID:266590
 
New()
LifeCycle()
proc/LifeCycle()
for(var/mob/M as mob in oview(100))
if(!istype(M,/mob/monster))
walk_rand(src,M)
spawn(15)LifeCycle()
return

yeah yeah they walk random... but they walk really really fast... like ZOOM!ZOOM!ZOOM
well...uh ha...hmmm...heres you problem...You didnt tell it to show down,try placing sleep(number in mill secs) somewere to tell it to slow down but im not telling were kuz you wont learn anything but what sleep is.