#--------------------------------------------- # Start state #--------------------------------------------- state Base { Conditions { if LevelValue "Quil" != 0.0 goto EnableQuilt } Actions { Disable } } #--------------------------------------------- # Enables the character #--------------------------------------------- state EnableQuilt { Conditions { if LevelValue "Quil" != 1.0 goto Base } Actions { Enable } }