- Pokémon Essentials Version
- v21.1 ✅
- Also compatible with
- v20.1
$PokemonMap.addMovedEvent saves an event's position to be used when you save on a map, and load that save. However, once you transfer or travel away from that map, the position is reset to the event's normal position.
This plugin expands this function to now save the event's position forever... or until you reset it using $PokemonMap.clearMovedEvent.
Features
Simply install the plugin, and you're all set.
Future
This plugin expands this function to now save the event's position forever... or until you reset it using $PokemonMap.clearMovedEvent.
Features
- If you use the function
$PokemonMap.addMovedEvent(eventID)
, that event's position will now persist even if you leave the map. - Using
$PokemonMap.clearMovedEvent.clearMovedEvent(eventID, mapID)
, you can reset that event's position.- eventID can either be a Game_Event object (so you can use
get_self
in an event script call) or the ID in integer form - mapID is OPTIONAL and is the map's ID in integer form. By default, it will be the map you're currently on. This allows you to reset the position of an event on a different map.
- eventID can either be a Game_Event object (so you can use
Simply install the plugin, and you're all set.
Future
- I have no plans to maintain (besides obvious bug fixes) or add enhancements to this plugin
- Credits
- wrigty12