- Joined
- Jun 9, 2014
- Messages
- 86
- Reaction score
- 77
- First Language
- German
- Primarily Uses
- RMMV
Highest Actor Level
v.1.0
by Arty
Introduction
I couldn't find a plugin that does this, so instead of eventing it, I decided to try and code something. The result is a little plugin that stores the highest level of the current party in a variable via plugin command. I figured that other people might find it helpful, so I'm posting it here.
Features
-use a plugin command to store the highest party level in a variable
-if you have any requests, just tell me and I'll try to see what I can do!
Screenshots
None needed I think?
How to Use
-add plugin to your /js/plugins folder (filename must be Arty_HighestActorLevel.js)
-enable in your plugin manager
-set the variable ID to the one you want to use in the plugin manager
-use plugin command "GetPartyLevel" in an event
-the highest level is now stored in the chosen variable
Plugin
Get it from pastebinCredit and Thanks- made by me, Arty
Terms of Use
Can be used in any free or commercial project as long as I am credited.Author's Notes
This is my first plugin and I'm not very good with JS, so the code may be ugly but I tested it multiple times and it should work.
v.1.0
by Arty
Introduction
I couldn't find a plugin that does this, so instead of eventing it, I decided to try and code something. The result is a little plugin that stores the highest level of the current party in a variable via plugin command. I figured that other people might find it helpful, so I'm posting it here.
Features
-use a plugin command to store the highest party level in a variable
-if you have any requests, just tell me and I'll try to see what I can do!
Screenshots
None needed I think?
How to Use
-add plugin to your /js/plugins folder (filename must be Arty_HighestActorLevel.js)
-enable in your plugin manager
-set the variable ID to the one you want to use in the plugin manager
-use plugin command "GetPartyLevel" in an event
-the highest level is now stored in the chosen variable
Plugin
Get it from pastebinCredit and Thanks- made by me, Arty
Terms of Use
Can be used in any free or commercial project as long as I am credited.Author's Notes
This is my first plugin and I'm not very good with JS, so the code may be ugly but I tested it multiple times and it should work.
