So I'm just looking to modify this plugin ever so slightly:
https://www.dropbox.com/s/9t5grjotaw6tbwl/MOG_PartyHud.js?dl=0
What I'm trying to get changed is to have an option to display 4 variables instead of hp / mp etc.
A little background so this might make more sense.
I have 4 variables in my game that represent each of my 4 actor's "Sanity." During game play this number is lowered by a random amount, and once it reaches 0 it plays a common event (in this case sending that character back to town).
What I'm trying to do is have this plugin display these variables instead of the other options. Here is how it currently looks:
At the moment I have "Sanity" set as the player's MP because previously I was using a different system to cast spells, but have no reverted back to using MP, so this is no longer viable. So I'd like to have the gauge on the right of each character's portrait display Variable X for Actor 1, Variably Y for Actor 2, Variable A for Actor 3, Variable B for Actor 4.
If anyone could help me out on this, it would help out a ton!
Thank you~~