I am working on a game for me and my brothers to play. We are playable characters in the game and I'd really like to have a skill that is only usable when all three of us are in the party and attacks with all three at the same time.
I found a set of VE plugins that would do it, but they conflict with the Yanfly plugins and I've got a bunch of those running so I can't ditch them for the 3 VE plugins I need for the team up move.
Any idea how I could make this happen with the yanfly plugins?
Team up moves
● ARCHIVED · READ-ONLY
-
-
I've moved this thread to Plugin Support. Thank you.
-
I think what you're looking for is Jay's Dualtech Plugin. Tell me if I'm wrong.
-
I could also be wrong about this, but I think in the yanfly skill cores, there's the note tag - and this is just an example i pulled from the site.
<Custom Requirement>
if ($gameParty.gold() > 1000) {
value = true;
} else {
value = false;
}
</Custom Requirement>
Hopefully someone else can chime in with the script call to check which actors are in the party, I'm a bit rusty.