#--------------------------------------------- # Start state #--------------------------------------------- state Base { Conditions { if LevelValue "Stat" > 1 goto Activate } Actions { Disable DontPush } } #--------------------------------------------- # Activates the character #--------------------------------------------- state Activate { Conditions { if LevelValue "Stat" < 2 goto Base } Actions { Enable } }