YesNoOk
avatar

Tag Team Super Attacks? (Read 2414 times)

Started by mrgamer123, June 05, 2018, 04:21:18 am
Share this topic:
Tag Team Super Attacks?
#1  June 05, 2018, 04:21:18 am
  • avatar
  • *
    • USA
Does anyone know how to code a tag team super? Basically, one where a specially programmed Fighter that is partnered with another specially programmed character enter's an input that causes a unique super in which a special animation where both characters do an attack in tandem with one another occurs.

here's a demonstration video:

Would really appreciate it  :)
Re: Tag Team Super Attacks?
#2  June 05, 2018, 07:24:09 pm
  • ****
  • Robotics Engineer
    • USA
    • altoiddealer@gmail.com
So when performing the super, you'll want to check the partner and change to a state designed for that scenario.

triggerall = numpartner
triggerall = partner,name = XXXXXX
triggerall = partner,StateNo = XXX
trigger1 = movehit
trigger1 = partner,movehit

Something like that.  All of the code you use should check the partner.

Last Edit: June 05, 2018, 07:29:05 pm by altoiddealer