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.

Download

最終更新:2020年09月14日 23:59