• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have 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
273
Views
1,155
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from LcorpOfficial

Back
Top