Posted by MUGENforever
in "Testing" Problem in Fighter Factory (Started by Manda February 19, 2008, 06:45:18 pmBoard: M.U.G.E.N Development Help

triggerall = command = "command name or single button goes here. (for your punches and stuff I would use single button)"
you also don't need a second instance of light punch, ok here is an example of one of my base attacks.
[command]
name = "Standing Light Punch"
command = x
time = 15
[Statedef -1]
;Standing Light Punch
[State -1, Standing Light Punch]
type = ChangeState
value = 200
triggerall = command = "x"
trigger1 = (statetype = s) && ctrl




