• 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

Resource Moved Event Expanded 1.1

wrigty12

Tester-Coder Hybrid
Member
Joined
Jul 24, 2022
Posts
577
wrigty12 submitted a new resource:

Moved Event Expanded - Save your event's position... forever....

$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
  • If you use the function $PokemonMap.addMovedEvent(eventID), that event's position will...

Read more about this resource...
 

wrigty12

Tester-Coder Hybrid
Member
Joined
Jul 24, 2022
Posts
577
wrigty12 updated Moved Event Expanded with a new update entry:

Update 1.1 - Small Rework

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)

Read the rest of this update entry...
 
Back
Top