YesNoOk
avatar

How to prevent using special in air? (Read 666 times)

Started by Nolemociy, October 31, 2013, 10:11:27 am
Share this topic:
How to prevent using special in air?
#1  October 31, 2013, 10:11:27 am
  • **
    • Russia
Char doing earthquake special but he can do it in air too, that looks stupid. How I can fix it?
Re: How to prevent using special in air?
#2  October 31, 2013, 05:14:24 pm
  • ******
  • Video Game Veteran
  • Can you do it? SUREYOUCAN!
    • USA
    • gcnmario.free.fr
Check the command change state controllers.

Check to make sure the controller looks something like this for example.
Code:
[state 123, move]
type = changestate
triggerall = command = "move"
trigger1 = Statetype != A
trigger1 = Ctrl

"You must defeat my flaming
dragon punch to stand a chance."
Re: How to prevent using special in air?
#3  October 31, 2013, 05:59:02 pm
  • ****
  • Still lurks regularly, but posts once a blue moon
    • Canada
To addon, the main line your looking for looks something like this:
Code:
trigger1 = Statetype != A

Which tells Mugen that the char is not allowed to use the move in the air.
Re: How to prevent using special in air?
#4  November 01, 2013, 06:50:46 am
  • **
    • Russia
thank you guys, triggerall = Statetype != A this line ))