Original Source
- Original title: POG_TeleportRegion : create teleport areas on the map
- Original author: Logica
- Original date: October 5, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/pog_teleportregion-create-teleport-areas-on-the-map.128299/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
License: Free for personal or commercial use. Context: When the developer needs to create several teleportation points on the same map, doing this task through events becomes a repetitive and impractical task. Description: This script causes the player to be transferred to enter a land marked as a specific region.
Archived First Post
License: Free for personal or commercial use.
Context: When the developer needs to create several teleportation points on the same map, doing this task through events becomes a repetitive and impractical task.
Description: This script causes the player to be transferred to enter a land marked as a specific region.
How to use this script: In each map where there is one or more teleportation regions, the developer must insert a tag in the "Note" field for that map.
- <tpRegion is the tag suffix
- ID is the region number
- mapId is the map number
- x is a horizontal coordinate of the map to which the player will be transferred;
- y is a vertical coordinate of the map to which the player will be transferred;
- direction is the direction the player will be looking at: 2 = low; 4 = left; 6 = right; 8 = above;
- fadeType is the transition type (can be 0, 1 or 2)
Example: Teleport the player from the MAP001 map to the MAP018 map at x = 65 and y = 60 coordinates, facing upwards, with transition 0 as soon as they reach a terrain marked as region 3;
If you want to change the default fade type for the plug-in, you can use the plugin command.
Example of shorter tags, where the direction and type of fading are omitted.
In this example, the teleportation defined for region 10 has the direction of the player.
<tpRegion10:3,5,5,2>
More Examples:
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
License: Free for personal or commercial use. Context: When the developer needs to create several teleportation points on the same map, doing this task through events becomes a repetitive and impractical task. Description: This script causes the player to be transferred to enter a land marked as a specific region. How to use this script: In each map where there is one or more teleportation regions, the developer must insert a tag in the "Note" field for that map.
Referenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...