YesNoOk
avatar

Max Mode only supers (Read 1037 times)

Started by Koopa901, October 01, 2017, 08:44:35 pm
Share this topic:
Max Mode only supers
#1  October 01, 2017, 08:44:35 pm
  • avatar
  • ***
How can I set a super move to only work while in Max Mode (DW style), and to require 3 bars of super. I know the Max Mode will take 1 bar (cool) but i want the move to use the remainding 2 thats left. I've fiddled around with it a bit and also noticed that once using the move Max Mode is still active.... how can I fix that? This is what I have in the CMD so far.....(typing from phone bare with me)

[State -1, supermove]
Type = ChangeState
Value = 6000
TriggerAll = var(20)
TriggerAll = RoundState = 2
TriggerAll = ifelse (var(20) <= 0, power >3000, power >2000)
TriggerAll = "Supermove"
TriggerAll = StateType ! =A
Trigger 1  = ctrl
Re: Max Mode only supers
#2  October 01, 2017, 08:48:09 pm
  • avatar
  • ***
Oh yes and the data in the CNS

Poweradd= ifelse(var(20) > 0, -2000,-3000)