Powerup (sb1/AI type) Notes: States above 5000 should be get hurt states and states 170 - 179 should be lose poses (timeout) or draw game poses, and states 180 - 189 should be win poses, and states 190 - 199 should be the intro states. If you use other state numbers that you wish to include then add them in also as negative poweradds. (use 1 instead of 2 as power value for steady powerup on non-sb1 type characters). >>>>.cmd ;change value to 1 for button powerup chars [State -1] type = PowerAdd trigger1 = 1 value = 2 ;change value to -1 for button powerup chars [State -1] type = PowerAdd trigger1 = stateno >= 170 trigger1 = stateno < 200 value = -2 ;change value to -1 for button powerup chars [State -1] type = PowerAdd trigger1 = stateno >= 5000 value = -2