Updated RPG Maker Export to tile by tile.
Before, movement from X10 to X14 the event would ignore the user
until X14 (because the event was in motion). Now movement path would output
X11,X12,X13,X14 ... so the player can still interact at any time while the event is in motion.