ID:165567
 
If I use say src.x+=1, you still see your mob slide over to the right with it's movement animation. Is there a way to teleport a mob without it appearing to be a normal movement? I think this only happens when you are one tile away from your target location.
You can set the object's animate_movement variable to NO_STEPS (0) temporarily, so it won't 'slide' over.
In response to Unknown Person
ahhh, thank you