How does one add additional command combo button for another freespecial?

evasyar

New member
In OpenBor Stats the game I am modifying already have some default freespecial with a button combo of F, F+A. The game has 3 freespecials.  I wanted to add a button command combo of attack+jump mapped to freespecial2 so from the sample picture below, where would one insert the syntax of

cmd {sequence of inputs} {freespecial#}

~{sequence of inputs} now accepts "+" to add mutiple commands. Examples:
a + a2
u + f a
u + f -> a
"->" symbol useful just for better reading

Is it after that "jumpheight" line of code?

What my end goals is - wanted for Billy to do his back elbow when facing opposite his opponent

Thanks in advance

[attachment deleted by admin]
 
Is it after that "jumpheight" line of code?

It's com {sequence of inputs} {freespecial#} BTW
And it can be declared anywhere in the text. But for good organization, it's best to put it in header with character's stats

wanted for Billy to do his back elbow when facing opposite his opponent

Why not use ATTACKBACKWARD animation? it's played when pressing Back+Attack
 
Thanx Bloodbane, that worked beaut!  I just simple added another called anim object called "attackbackward" then inside the code window I just copy+paste the coding for Billy's back elbow attack and voila! working great!
 
Back
Top Bottom