ID:158386
 
i want to change the mob's x and y without that damn animation that happens when you walk like i just want it to damn appear one step away from his location not to walk just teleport no animation, is there anyway i can do that or i should start learning C++ ?
Did you try to force movement by modifying the loc? Or set animate_movement to 0?

X.loc = get_step(X, DIR)  //   Force move, Enter()/etc not called by this method.



animate_movement = NO_STEP // No animate movement, value 0
(Default value is 1: FORWARD_STEPS)
In response to GhostAnime
nice one man nice one thanks for everything