Sep 6, 2014

[RGSS/2/3] Custom Page Condition

Explanation
With this script you can customize page condition from events in the map.
Note that eval condition must be ended with ( ; ) symbol to take effect.

Require Drago - Core Engine v1.47

Optional
Advanced Game Variables

Calling an event's self-variables from outside said event requires a call to $game_variables[[map_id, event_id, variable_id]]
From within the event (in a Call Script box), it only needs a simple @self_variables[variable_id]

No comments:

Post a Comment