YesNoOk
avatar

[SOLVED] Command problem (Read 279 times)

Started by jjmugen, November 24, 2011, 07:23:40 am
Share this topic:
[SOLVED] Command problem
#1  November 24, 2011, 07:23:40 am
  • **
Hi, guys.

I have command problem I can't understand. Player has a typical technique D, DF, F, y.
Also, he has a super technique D, DF, F, D, DF, F, y. When I try to execute super technique,
player always do normal techique.

I have tried several things about that, like:

Code:
;Example 1
[Command]
name = "Normal"
command = ~D, DF, F, y

[Command]
name = "Super"
command = ~D, DF, F, D, DF, F, y
time = 30

Code:
;Example 2
[Command]
name = "Normal"
command = ~D, DF, F, y
time = 10

[Command]
name = "Super"
command = ~D, DF, F, D, DF, F, y
time = 30

Code:
;Example 3
[Command]
name = "Normal"
command = ~D, DF, F, y
time = 10

[Command]
name = "Super"
command = ~D, DF, F, D, DF, F, ~y
time = 30

Code:
;Example 3
[Command]
name = "Normal"
command = ~D, DF, F, y

[Command]
name = "Super"
command = ~D, DF, F, D, DF, F, ~y
time = 30

Has anyone the same problem?
Could anyone solve that problem?  :-\
Last Edit: November 24, 2011, 12:50:24 pm by jjmugen
Re: Command problem
#2  November 24, 2011, 07:40:08 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Super changestate must be above normal changestate, See FAQ.


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: Command problem
#3  November 24, 2011, 12:50:09 pm
  • **
Oh, I'm so sorry for asking something like that  :-\

Thanks a lot, the problem has gone.