Jump to content
  • 0

why my cmd does not work? [SOLVED]


vale7777

Question

i'm making a char for mugen 1.0 but i just don't understand why my specials cmd don't work. i coded a simple command in a normal time but when i execute it in the game the char just does a normal move that has the same attack button.

here's the cmd of the normal attack and the cmd of the special one:

 

[Command]

name = "a"

command = a

time = 1

 

;Punch

[State -1]

type = ChangeState

value = 200

triggerall = command = "a"

triggerall = command != "holddown"

trigger1 = statetype = S

trigger1 = ctrl = 1

 

[Command]

name = "hammer"

command = ~D,F, a

time = 30

 

;Hammer

[State -1]

type = ChangeState

value = 240

triggerall = command = "hammer"

trigger1 = statetype = S

trigger1 = ctrl = 1

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...