public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MZTSR_TransferTrigger

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: TSR_TransferTrigger
  • Original author: TSR
  • Original date: January 28, 2022
  • Source thread: https://forums.rpgmakerweb.com/threads/tsr_transfertrigger.144428/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)

Summary

{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",

Archived First Post


TSR_TransferTrigger_Title.png

Author
TSR
download
TSR_TransferTrigger
This plugin allow the player to move outside of the screen when standing on a transfer event on map edges. This way it looks like the character is actually leaving the map before transfering. The plugin also provide comment tags to extend the hit box of events in the 4 directions so a single transfer event can be use to cover the entire map edge. It also allow NPCs to move 1 tile outside of the screen.


*If you're using followers, you can add a 'gather followers' command before the transfer command. This way the followers will follow the player outside the screen before transfer.
Code:
 * =========================================================================================
 * == About this Plugin ====================================================================
 * =========================================================================================
 *
 *  EVENTS COMMENT TAGS:
 *
 *      Map events (with touch trigger) having the following comment tags will
 *      activate from a number of tiles specified by the distance argument,
 *      in the relevant direction.
 *
 *      <TRIGGER DOWN: distance>
 *      <TRIGGER LEFT: distance>
 *      <TRIGGER RIGHT: distance>
 *      <TRIGGER UP: distance>
 *     
 *      *Example: a map event with the tag <TRIGGER UP: 3> will activate when
 *                player walk on the event or up to 3 tiles above it.
 *
 *     
 *
 *      Map events (with touch trigger) having the following comment tag won't
 *      activate when player walk on it. Instead, standing on the event will
 *      allow the player to make a move outside the map (screen). The transfer
 *      command of the event will then activate once the player has left the map.
 *
 *      <OUTSIDE MAP TRIGGER>
 * 
 *      *For obvious reason, this system is designed for tranfer events on the
 *       edge of a map. If you put this comment tag in an event not on map edge,
 *       nothing will happen.
 *


Code:
 * =======================================================================================
 * == Term of Usage ======================================================================
 * =======================================================================================
 *
 * Use in any independant RPG Maker MZ and MV projects, including commercials.
 *
 * Credit is required for using this Plugin.
 * For crediting, use 'TSR' along with one of
 * the following terms:
 *      'The Northern Frog' or 'A frog from the north'
 *
 * Do not change the Header or the Terms of usage.
 *
 * Do not change the main Object name.
 *
 * Editing of the script is allowed for your personal use for your project.
 *
 * DO NOT REDISTRIBUTE!
 * If you want to share it, share the link to my itch.io account:
 * https://the-northern-frog.itch.io/
 *
 *
 * =======================================================================================
 * == Version and compatibility ==========================================================
 * =======================================================================================
 * 26/10/2021 completed plugin,                                 v1.0.0
 * 28/01/2022 instruction for public release,                   v1.0.1
 *

Regards

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

* Use in any independant RPG Maker MZ and MV projects, including commercials. * * Credit is required for using this Plugin. * For crediting, use 'TSR' along with one of

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.

#039#rmmz#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar