The plugin doesn't seem to work as it's missing another plugin. It says it requires the base plugin of EliMZ_book.
Also a error pops up when play testing "Cannot read property 'registerCommands' of undefined"
Adds diagonal movement and diagonal sprites support! · By
Hi there!
Yes, it needs the EliMZ_Book, which is my core plugin. You need to have it somewhere above all Eli plugins. Here is the link:
https://hakuenstudio.itch.io/eli-book-rpg-maker-mv-mz
This will also fix that error.
Thank you! The plugin works very well when I set the move route to "Toward Player" But I want to use a script to give it a smart pathfinder. When I use the script for the custom route for an event they no longer can move diagonally. Why is that? Here is what I'm working with.
$gameMap._events[this._eventId].moveStraight($gameMap._events[this._eventId].findDirectionTo( $gameVariables.value(1),$gameVariables.value(2) ));
where VariableID#1 is PlayerX
VariableID#2is PlayerY
If I change the script with moveDiagonally it behaves strange.