var/moving
mob/Move()
if(usr.canmove==1)
if(!moving&&usr.gm<3)
moving=1
..()
spawn(2) moving=0
Problem description:
Well, I guess this is probably where my problems are coming from.
Anyway, the movement is very sketchy. You'll press an arrow and sometimes you'll move, sometimes you won't. Sometimes you'll stop while you have the arrow pressed down. Odd >_>.
Anyone see the problem?
hmm i think thats going to work
...:::Pirata Inmortal:::...