YesNoOk
avatar

Dir + Button not working (Read 4165 times)

Started by mrgamer123, January 04, 2018, 01:40:48 am
Share this topic:
Dir + Button not working
#1  January 04, 2018, 01:40:48 am
  • avatar
  • *
    • USA
I have been trying to make it work but it never does

here is my code


[state -1, PP]
type = changestate
value = 625
TriggerAll = Command = "c"
TriggerAll = Command = "holddown"
TriggerAll = StateType = A
Trigger1 = Ctrl

Re: Dir + Button not working
#2  January 04, 2018, 02:51:34 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You want to jump and then holddown and press c correct? What you have is right. What you my have is another changestate above this one that just needs jump and c. Put this above that and it will work. Or at least will send you to state 625


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Dir + Button not working
#3  January 04, 2018, 04:15:43 am
  • avatar
  • *
    • USA
oh my god, thanks so much it worked.