- Pokémon Essentials Version
- v21.1 ✅
Easy Player Transfers
This plugin simply adds the ability to conveniently teleport the player from one location to another with a fade-out to black.
The purpose of this script was to make map transfers via a script call easier, but also a workaround to allow for variables to be passed to the "Transfer Player" command.
Simple Usage:
Advanced Usage:
For example, you could have a player teleported to maps 77, 80, or 94 at random, at the coordinates 1,1 by doing this in an event:
Installation:
This plugin simply adds the ability to conveniently teleport the player from one location to another with a fade-out to black.
The purpose of this script was to make map transfers via a script call easier, but also a workaround to allow for variables to be passed to the "Transfer Player" command.
Simple Usage:
Code:
pbEasyTransfer(mapID,x,y)
Advanced Usage:
For example, you could have a player teleported to maps 77, 80, or 94 at random, at the coordinates 1,1 by doing this in an event:
Ruby:
maps = [77,80,94]
selected_map = maps.sample
pbEasyTransfer(selected_map,1,1)
Installation:
- Download and unzip the resource.
- Drop the
Easy Player Transfers
folder to your project'sPlugins
directory. - Recompile or suffer
- Credits
- LcorpOfficial