i have put this [State 200, Changestate]type = Changestatetrigger1 = movehit = 1 && command = "a"value = 210ctrl = 0but the combo doesn't work why ? i watched video tutorial but i don't know how to do a combo so how can i do it ?
Goku6 said, September 22, 2012, 12:51:39 pm[State 210, Changestate]type = Changestatetriggerall = command = "a"triggerall = command != "holddown"trigger1 = StateType = Strigger1 = ctrltrigger2 = (stateno = 200) && (movehit = 1)value = 210Fixed a bit.This will help you, maybe...Remember the brackets when you use &&.Also, remember StateType = S (it means for standing attacks).StateNo = 200 means you can change the state from StateNo 200 if you press "a"; if you add movehit= 1 it means you can combo when the attack in StateNo 200 successfully hits the opponents; there are also MoveGuard, when the enemy guards, and MoveContact when your opponent gets the hit or guards it.Command != "holddown" means it won't do the changestate if you hold the down button, even if you press "a".Do I have to explain it in italian?If you trash this post you have to tell me why!
I sent you a PM explaining what you should understand. Let's see how it goes.Cyanide, he succeded in doing what he requested here with my help, now we/I (?) have to wait what happens next.