- Home>
- RMVX Script , RMVX-Ace Script , RMXP Script >
- [RGSS/2/3] Custom Page Condition
Posted by : LiTTleDRAgo
Sep 6, 2014
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]
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]
Related Posts :
RMVX Script,
RMVX-Ace Script,
RMXP Script