I want to make a new parameter called VP - Essentially The amount of battles a character can be in.
in which, If VP runs out, character enters a permanent, unremovable state called Exhaustion.
Exhaustion decreases all stats of a character.
The best example of this is the Enchanted Arms VP system.
However, I have it so characters can be switched out during battle. I want it so that characters who finish a battle will lose a pre-determined amount of VP, while those who participated lose only 1VP.
Also, I aim to make it so that if a character is resurrected, they lose VP at the cost of revival.
As of right now, I have common events set up that monitor Variables called Char - VP.
the conditions are
if a char's VP=0,
inflict Exhaustion
Else
remove Exhaustion.
Very Simple.
My only problem is that I don't know how to check the battle party So as of right now, I can only check for the members guaranteed to be in a battle.
I was hoping there could be a script for this. But if it IS possible with events. Help is appreciated.
I know this may be a difficult request so I'm not gonna get my hopes up.
Apart from college requiring me to use php,c++,java,ml,assembly, I don't have the time to learn ruby.
Thanks again!
Sorry this is in the wrong place. When I was here earlier, this was the only place I could find.
Move please to event emporium and/or script requests.