ID:261320
 
mob/proc/walkspeed(M as mob)
if(usr.speed == 1)
step(M:North,Lag=100)
my error says I only have one argument but I need 3, I think I have 3 up there...
error:walk :expected 2 to 3 arguments (found 1).