RPG Maker VX
Move Player Diagonally
Introduction
Allows the Player to move diagonally on the map but pressing 2 of the arrow keys down together
Features
Option to move diagonally across walls.
The Code
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Instructions
Simple add above Main.
To allow the player to move diagonally across walls, set PassCorner = true (around line 50). Otherwise set it to false.