• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
Resource icon

Resource Moved Event Expanded 1.1

wrigty12

Tester-Coder Hybrid
Member
Joined
Jul 24, 2022
Posts
598
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
598
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