
By default, the game only allows you to move in the four orthogonal directions: up, left, down, right.
This script provides support for eight-directional movement in your game, adding support for diagonal movement. To move diagonally, hold down two direction keys simultaneously.
This script also adds support for eight-directional character sprites, allowing you to face the appropriate direction when you are moving diagonally.
Followers can use 8-dir sprites

Events can use 8-dir sprites. And of course, you can trigger events diagonally.

If you have 8-directional vehicles, they are also supported.
You do not need diagonal sprites to use this script.
Get it at HimeWorks!