Version: 1.0.0

Description: Allows you to use JavaScript to be used for event page conditions using event comments.

Compatibility:

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

Instruction:

spoiler
 Use a comment on the event page to add a condition to the event page.
 Attention! Standard page conditions will also be checked!

 To add your condition, add a comment <add_condition>condition</add_condition>
 Instead of condition, insert your condition.

 Example: You want the event page to be active if variable number 1 is less than 3.
 <add_condition>$gameVariables.value(1) < 3</add_condition>

See also:

  1. Event Factory
  2. Events Glow

“Help” languages: English, Russian

Terms of use

How to get a commercial license

Downloads:

Plugin:

DK_Event_JS_Conditions.js (8.4 KB)
(Last update: 16 December 2023 14:28)


Related Posts