ID:149359
 
oops sorry, i guess i clicked on the wrong link but thank you for your help.

it's giving me a little more trouble it went down to one
bad aurgument same line.

mob/proc/TimedMove(10)
[[[>for(var/move=times, times>0, times--) ]]]
world << "[src] is at '[x], [y]!'"
sleep(delay)
step_rand(src)
return

mob/New()
spawn()
src.TimedMove = 10

any idea's?
topic bump