Tsukihime 1,489 Posted October 8, 2012 (edited) Level Down -Tsukihime This script adds a "level down" effect to a state. When the state is added, your actor's level will go down. When the state is removed, your actor's level will be restored. Download Script: Download here Required: Effect Manager (get the latest version) Usage Tag your state with <eff: level_down x> Where x is the number of levels to decrease.You can use a formula, where `self` can be used to reference the person that is affected by the state. For example if you want to halve the actor's level, you can say <eff: level_down self.level/2> Similarly, you can say <eff: level_down self.level-1> To reduce the actor down to level 1 For the duration of the state anyways. Screenshots Edited March 10, 2016 by Tsukihime Share this post Link to post Share on other sites