Hi guys, please HELP. I want to check position between Player & an Event to see if Player is standing next to it or not
(Don't want to do this with command events, it's a lot of nest Conditional Branches)
I found this plugin but i don't know how to use it?
https://forums.rpgmakerweb.com/index.php?threads/player-vs-event-position-plugin.85046/#post-789983
I put it into command script like this but it won't work:
if (this.playerVsThisEventDistance(2))
{$gameVariables.setValue (222, 2);}
And i tried to put the script into Conditional Branch command but it won't work too
Please HElp =.+
(Don't want to do this with command events, it's a lot of nest Conditional Branches)
I found this plugin but i don't know how to use it?
https://forums.rpgmakerweb.com/index.php?threads/player-vs-event-position-plugin.85046/#post-789983
I put it into command script like this but it won't work:
if (this.playerVsThisEventDistance(2))
{$gameVariables.setValue (222, 2);}
And i tried to put the script into Conditional Branch command but it won't work too
Please HElp =.+
