Well, it works now! but how do I make it assigned to X? I can assign it to B since i haven't used that move for anything yet but when I try to make it use QCF+X instead of QCF+B it just light punches instead of firing the quadrablast, I tried messing around with the time but it doesn't do anything
Here's the command in special moves
[Command] ;Quarter circle forward + x
name = "QCF_x"
command = ~D, DF, F, x
time = 20
and here is the move itself
; Quadrablast
[State -1, Quadrablast]
type = ChangeState
value = 300
triggerall = command = "QCF_x"
triggerall = command != "holddown"
trigger1 = statetype = S
trigger1 = ctrl
I'm not sure if its messy or if there's any parts that are unnecessary but that's what I have so far.