So, I'd like a system that keeps track of how much TP a character spends, and at the end of each battle the character who spent the most TP is put in front automatically.
Would anyone be able/willing to make such a plugin?
Plugin Request: TP Spent puts character in front
● ARCHIVED · READ-ONLY
-
-
Bump?
-
Bump.
-
Bump?
-
Hi @Protagonist7!
Just a tip, you should probably consider why people haven't responded to your request if you have to bump multiple times. Most of the time it's because what you ask isn't clear.
Here for example I have no idea at all about what you mean by putting the character in front. In front of what? Is it making them the party leader?
Would you please elaborate? -
Hi @Protagonist7!
Just a tip, you should probably consider why people haven't responded to your request if you have to bump multiple times. Most of the time it's because what you ask isn't clear.
Here for example I have no idea at all about what you mean by putting the character in front. In front of what? Is it making them the party leader?
Would you please elaborate?
Ok, sorry I thought it was easier to understand that perhaps it was. Let me elaborate a little more:
I want the actor to be the party leader.
What I'm wanting this for is a sort of basic local multiplayer where each player controls the inputs of their own character in battles and the leader party member gets to control in the overworld. -
Okay: here you go http://pastebin.com/aPEXFt4y
Copy paste this into a .js file, name it ProtagonistRequest and you should be good to go.
I also added a parameter that if not 0 will register the maximum amount of TP spent during the battle and put it inside game variable of id provided inside the parameter.
It works in my blank test project, tell me if you have any difficulties.
Terms of Use as follows (inside the plugin for reference):
Code:// Free to use both commercially and non commercially. Free to edit and repost. // Don't claim as your own, credits not required. -
Okay: here you go http://pastebin.com/aPEXFt4y
Copy paste this into a .js file, name it ProtagonistRequest and you should be good to go.
I also added a parameter that if not 0 will register the maximum amount of TP spent during the battle and put it inside game variable of id provided inside the parameter.
It works in my blank test project, tell me if you have any difficulties.
Terms of Use as follows (inside the plugin for reference):
// Free to use both commercially and non commercially. Free to edit and repost.
// Don't claim as your own, credits not required.
Thank you very much!