ID:167022
 
can someone help me, i need to write some code where if the client goes north (presses up arrow) they will go up 2 squares, then down 2 squares, like a jump.
Try searching for "Side-scrolling Engine" and also try other alternates of that phrase.
client/North()
step(mob,NORTH)
step(mob,NORTH)
sleep(5)
step(mob,SOUTH)
step(mob,SOUTH)
In response to Airjoe
i dont really need it now, but thank you anyway, ill put it to use somewhere =P