• 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.
Easy Player Transfers

v21.1 Easy Player Transfers 1.0

This resource pertains to version 21.1 of Pokémon Essentials.
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:
Code:
Expand Collapse Copy
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:
Expand Collapse Copy
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's Plugins directory.
  • Recompile or suffer
Credits
LcorpOfficial
Author
LcorpOfficial
Downloads
85
Views
660
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from LcorpOfficial

Back
Top