miru Posted November 15, 2014 Posted November 15, 2014 How do you make it so that a move can only be performed with a certain amount of life or less, like the Desperation Moves in early Fatal Fury games? I have looked inside a few Fatal Fury mugen characters, but to no avail. Sash Lilac: Progress 10% done (SFF compiled).
0 NotAGoodName Posted November 16, 2014 Posted November 16, 2014 Really easy. Not sure how you didn't find it. In the CMD for the character, add a trigger to the -1 state for the move that uses the life variable EXAMPLE...! triggerall = (life <= lifemax/4)
Question
miru
How do you make it so that a move can only be performed with a certain amount of life or less, like the Desperation Moves in early Fatal Fury games? I have looked inside a few Fatal Fury mugen characters, but to no avail.
1 answer to this question
Recommended Posts