Let's say that I have a "combo" move in which two characters combine their powers to make a new skill. Now, let's say it's called "Whirlpool Web" and that Hero 1 and Hero 2 are the ones combining their attacks. Of course, for Whirlpool Web's common events there are all sorts of conditional branches to make sure that Hero 1 and Hero 2 are in the right spots and that they are both indeed in the party, and so assuming they're both there and that they both have the SP, how do I make it so that the player still has control over which monster is attacked? Random target is no good, and if I have a pre-attack that does nothing and then have "last target", then it's going to say "Miss" and it's a bit confusing. Any ideas? Thanks in advance!