Version: 1.1.0

Description: Allows you to use custom event triggers.

Instructions:

Use the comment in the event to set the trigger.
There are 2 types of triggers: parallel and blocking.
Blocking type blocks the player’s movements when the event is executed
(as with button activation or automatic trigger).
The parallel type does not block player movement like parallel events.

Available triggers:

spoiler

1. Steps (Blocking) – A trigger that activates an event when the number of steps in at party is a multiple of X
Use the comment <trigger: steps x>
x – steps, which must be a multiple of the number of party steps
Example: <trigger: steps 5>
When the number of steps is a multiple of 5 (steps = 5, 10, 15, etc.), then the event is activated

2. Vehicle Exit (Blocking) – Trigger that activates an event when the vehicle exits
Use the comment <trigger: vehicleOff>

3. Jump (Blocking) – A trigger that activates an event when the player jumps
Use the comment <trigger: jump>

4. Run (Parallel) – Trigger that activates an event when the player runs
Use the comment <trigger: run>

5. Region (Parallel) – Trigger that activates an event when the player is in a certain region
Use the comment <trigger: region x>
x – region in which the player should be
Example: <trigger: region 2>
When the player is in region 2, the event is activated

6. Distance (Parallel) – Trigger that activates an event when the player is at a distance from the event
Use the comment <trigger: distance x>
x – distance between the player and the event
Example: <trigger: distance 2>
When a player is 2 tiles away from an event, the event is activated

Compatibility:

  • RPG Maker MV: 1.5+
  • RPG Maker MZ: 1.0+

Changelog:

spoiler

Version 1.1.0:

  • Added 2 new triggers Region (activates an event when the player is in a certain region) and Distance (activates an event when the player is at a distance from the event).
  • Fixed freezing issue for the Run trigger.
  • The instructions have been updated and expanded.

“Help” languages: English, Russian

Terms of use

How to get a commercial license

Downloads:

Demo (MZ):

Custom_Event_Triggers_Demo.rar (10.1 MB)
(Last update: 06 September 2023 14:51)

Plugin:

DK_Custom_Event_Triggers.js (17.7 KB)
(Last update: 11 September 2023 11:41)


Related Posts