Tsukihime 1,489 Posted October 28, 2012 (edited) This script is out of date. Use Custom page conditions instead Page Note Conditions -Tsukihime This script adds scripted page conditions to your event pages. It uses page notes. Download Script: http://db.tt/ldvd6s0L Required: Note Manager Usage Tag your event page note with <page_condition: expr> Where `expr` is any valid ruby expression. It is basically what you would type into a script box if it was available. Examples of expressions that you might want to use may include 1: checking for variable < n, rather than "variable greater than or equal to n" $game_variables[i] < n 2: whether an actor is in the party $game_party.members.include?($game_actors[n]) And so on. The Note File tutorial may be useful if you have never used note files before. So for example if you want to tag page 3 of event 7 on map 4, then you would go to Map 4 folder and look for event7_page3.txt Edited May 27, 2015 by Tsukihime Share this post Link to post Share on other sites