• 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!
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
41
Views
304
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from LcorpOfficial

Back
Top