• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

v21.1 Moved Event Expanded 1.1

This resource pertains to version 21.1 of Pokémon Essentials.
Change Log
🛠️Some coded events (like Trainer Battles) call $PokemonMap.addMovedEvent automatically. In order for this plugin to not break these because they wouldn't return to their original place, I had to add a parameter to activate the persistent saved spot. Now, you have to set the argument "permanent: true" in order to save the event's position permanently.
  • For instance, you now have to call $PokemonMap.addMovedEvent(eventide, permanent: true)
Back
Top