Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
RX T Call Event in Map - RX_T_CallEvent_in_Map.js
Plugin desc : It is possible to call up events you’ve set up in your map from other events.
License : MIT License
Author : TYPE74RX-T
Website : https://w.atwiki.jp/type74rx-t/pages/221.html
Desc page : https://w.atwiki.jp/type74rx-t/pages/221.html
Download Page : https://raw.githubusercontent.com/munokura/RX_T-plugins/refs/heads/main/RX_T_CallEvent_in_Map.js
File name : RX_T_CallEvent_in_Map.js
Help of plugin :
* @target MV MZ * @plugindesc It is possible to call up events you’ve set up in your map from other events. * @author TYPE74RX-T * @url https://w.atwiki.jp/type74rx-t/pages/221.html * * @command callev * @text Call Map Event * @desc Call an event in the map. * @arg eventID * @text Event ID * @desc The ID of the event you want to call. * @type number * @min 1 * @default 1 * * @help Call Map Event * * This plugin is compatible with RPG Maker MV and RPG Maker MZ. * * ◆Summary * It is possible to call up events you’ve set up in your map from * other events. * Basically, a ”Call Common Event” is sufficient. * However, this may be more convenient in some cases. * * ◆Plugin Command for MZ * Plugin File: RX_T_CallEvent_in_Map * * ★Event ID * Specify a number. * * ◆Plugin Command for MV * Example: How to set up a call for events with an ID of 3 * * call_ev 3 * * ◆Notes * Called events are affected by game switches, self-switches, items and other * conditions. * * For example, let’s say the event with the above settings is ”Event 1” and * the event to be called is ”Event 2”. * That ”Event 2” is an event that usually says ”Hello! I am a Japanese.” but * when switch 1 is on, it says ”What kind of animal do you like? I like * chocolate ice cream.” * * If you activate the ”Event 1” event, turn on Switch 1 and then call * ”Event 2”, ”Event 2” will be in a state that satisfies that condition, * so ”What kind of animal do you like? I like chocolate ice cream.” it say. * * Set it up with this in mind. * * ◆License * This plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php