Версия: 1.1.0

Описание: Позволяет использовать кастомные триггеры событий.

Инструкции:

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.

Доступные триггеры:

спойлер

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

Совместимость:

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

Список изменений:

спойлер

Версия 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.

Языки справки: Английский, Русский

Правила использования

Как получить коммерческую лицензию

Загрузки:

Demo (MZ):

Custom_Event_Triggers_Demo.rar (10,1 Мб)
(Last update: 06 Сентябрь 2023 14:51)

Плагин:

DK_Custom_Event_Triggers.js (17,7 Кб)
(Last update: 11 Сентябрь 2023 11:41)


Связанные Посты