The title's pretty bad, but basically I'm making an edit of a character who can only punch and kick, I decided I wanted to give him some moves since he didn't have any. He has a Freeze Ray attack which is done by Down+Forward+B. It works, but when I add a heavy kick to B, Freeze Ray won't work. It only works if I delete the heavy kick and make pressing B not do anything. Here's some of the code if you need it:
[Command]
name = "DFB"
command = D,F,b
time = 20
[State -1, Freeze Ray]
type = ChangeState
value = 240
triggerall = command = "DFB"
triggerall = statetype = S
trigger1 = ctrl