Board: M.U.G.E.N Development Help
Why are you returning control?
Create a special knee state, and have those commands send him to it, then back to the hold state. Or set up another changestate in your CMD that allows it. Granting control is a silly way to do that.
Yeah I realise that now - I feel quite silly

I'm not sure if this is the sort of thing you meant (sorry for the noobness, just not that bright!)
I replaced
Quote
[State 802, CtrlSet]with
type = CtrlSet
trigger1 = command = "a" || command = "b" || command = "c" && ctrl = 0
trigger2 = command = "x" || command = "y" || command = "z" && ctrl = 0
value = 1
Quote
[State 802, 3]My char now attacks and returns to grapple state
type = ChangeState
trigger1 = command = "a"
value = 235
ctrl = 0
Did you mean to set it up this way?
How can I limit the amount of attacks? (Only allowed to hit 3 times then return to state 0)
Thank you for your help.



