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.
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.