Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Unison/Cooperation skills #4
Comments
|
If you have 3 actors in your party that can all use the skill, but you only need two actors to do it, do you choose which actor you want to do the combo with? |
|
well, actually each skill is used only by a specific pair of actors. For example: there are actors A, B, C, . So, they can combine to form 3 pairs: AB, AC and BC. Each pair has its own skill. So, one skill can be used only by 2 specific actors. |
|
I have decided to design it like this
So even if only two people are required, the player still has to select the partner. |
|
|
Because others using this script might not have pre-defined partners, and they also want to provide visual cues so players know what the skill is doing. You can have it modified to skip the partner selection, but the default script I provide will require partner selection. |
|
ok, as you wish. Thanks in advance |
|
I signed up just to comment on this because I keep waiting on this and looking for progress and it's been over two months. The reason I am wanting this is that there is no stand alone Co-op/Team/Unison Skill script or system out for ace. I really love this feature as it was the core of one of my favorite games of all time;"Chrono Trigger". |
|
Not sure when it will be done since I haven't been particularly interested in it. |
|
oh man that is really disappointing news to me. |
|
I signed up just to chime in on my interest in this. Victor's co-op script is pretty cool, but I prefer Yanfly's battle engine and I like the way you planned the set-up. It seems like it would be a bit more flexible/adaptable for different implementations. |
Hello. I am looking for a script which would create special skills that are used by 2 specific actors. If you played Chrono Trigger than you will understand what I mean.
So:
So, basically it is a skill which is performed by two actors.
There is already one script for this,http://victorscripts.wordpress.com/rpg-maker-vx-ace/battle-scripts/animated-battle/cooperation-skills/
but it requires a custom battle system to be installed, and I use the standard one.
So, would it be hard to create such script?