- Joined
- Mar 21, 2014
- Messages
- 13
- Reaction score
- 0
- First Language
- English
Hey guys!
Just curious if there is a script for RPG Maker MV that does what Shaz's Remember Event Position did for RPG Maker VX Ace. I ran into the issue in my current project and messed with both the 'Set Event Location' event and the script call:
$gameMap.event(this._eventId).locate(18,22)
$gameMap.event(this._eventId).setPosition(18,22)
Neither work upon reloading the game at a save point.
For reference, here is Shaz's VX Ace script: http://forums.rpgmakerweb.com/index.php?/topic/1853-remember-event-position/
Thanks!
Just curious if there is a script for RPG Maker MV that does what Shaz's Remember Event Position did for RPG Maker VX Ace. I ran into the issue in my current project and messed with both the 'Set Event Location' event and the script call:
$gameMap.event(this._eventId).locate(18,22)
$gameMap.event(this._eventId).setPosition(18,22)
Neither work upon reloading the game at a save point.
For reference, here is Shaz's VX Ace script: http://forums.rpgmakerweb.com/index.php?/topic/1853-remember-event-position/
Thanks!

