Tsukihime 1,489 Posted April 13, 2013 (edited) This script allows you to use a script call to jump to a label in the event list. You can pass in anything as long as it evaluates to a string, such as variables. Download Get it at Hime Works! Installation Place this script below Materials and above Main Usage Make a script call jump_to_label(label_name, match_substring, ignore_case) Where `label_name` is the name of the label you want to jump to. `match_substring` is a boolean that determines whether partial matching is ok `ignore_case` is a boolean that allows you to ignore label casing. For example if you have a label called "test label", then the following calls will all jump to that label jump_to_label("test label") jump_to_label("test", true) jump_to_label("TEST LAbeL", false, true) Edited March 19, 2015 by Tsukihime Share this post Link to post Share on other sites
Leo-Rose 15 Posted April 13, 2013 Wow! really great! Share this post Link to post Share on other sites
estriole 326 Posted April 16, 2013 nice script. will really help all the eventer out there Share this post Link to post Share on other sites