YesNoOk
avatar

I want my character to shoot another projectile when Helper is on (Read 383 times)

Started by ScobarPaul, December 20, 2018, 09:16:18 pm
Share this topic:
I want my character to shoot another projectile when Helper is on
#1  December 20, 2018, 09:16:18 pm
  • avatar
    • Afghanistan
    • axel201183@hotmail.com
Like the title of the subject suggests, i am looking for a way to make my character fire another type of projectile when a Helper is active.

I am making a Ryu that when he activates an aura, he can fire electric hadoukens instead of his normal ones. The animation is different as well, but i can't make him do a different move when he uses the aura.

Hope somebody can help me out with this. Thanks.
Re: I want my character to shoot another projectile when Helper is on
#2  December 21, 2018, 02:50:18 am
  • *****
  • Shame on you!
    • USA
If you already have the state for the electric fireball, you can simply add a changestate to your cmd file.

Duplicate the fireball changestate directly under it. The changestate that's on top, add a triggerall =
Make the trigger look for the Helper's ID. Then switch the state number of the electric fireball.
triggerall = numhelper(718) ;edit 718 to your number
vVv Ryuko718 Updated 10/31/22 vVv