YesNoOk
avatar

Limiting Moves (Read 344 times)

Started by ShunpoHadouken, November 19, 2008, 10:05:21 am
Share this topic:
Limiting Moves
#1  November 19, 2008, 10:05:21 am
  • **
uhmm.. ???
How to limit the usage of character's moves?
Like Limiting the character's "air dash", that he can only use it two times while in the air?
Thanks
Thanks For Any Help!!!
Re: Limiting Moves
#2  November 19, 2008, 10:17:55 am
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
set a varadd in the state of the airdash that increases by 1 everytime you enter. set a varset in a negative statedef that makes the var 0 hen you are not in the air. in the changestate inside of the cmd that brings you to this move,add a trigger that says activate this move only when the var you are using is less than 3.