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:
Question
vale7777
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
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now