The title's pretty bad, but basically I'm making an edit of a character who can only punch and kick, I decided I wanted to give him some moves since he didn't have any. He has a Freeze Ray attack which is done by Down+Forward+B. It works, but when I add a heavy kick to B, Freeze Ray won't work. It only works if I delete the heavy kick and make pressing B not do anything. Here's some of the code if you need it:
Question
milkandcerealfromyt
The title's pretty bad, but basically I'm making an edit of a character who can only punch and kick, I decided I wanted to give him some moves since he didn't have any. He has a Freeze Ray attack which is done by Down+Forward+B. It works, but when I add a heavy kick to B, Freeze Ray won't work. It only works if I delete the heavy kick and make pressing B not do anything. Here's some of the code if you need it:
[Command]
name = "DFB"
command = D,F,b
time = 20
[State -1, Freeze Ray]
type = ChangeState
value = 240
triggerall = command = "DFB"
triggerall = statetype = S
trigger1 = ctrl
4 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