Utils: Party Level

This script provides several utility functions for working with party levels.
You can get information such as

  • Leader level
  • Max level
  • Min level
  • Median level
  • Mode level
  • Mean level

Download

Script: download here

Installation

Place this script below Materials and above Main

Usage

The following methods are available to Game_Party objects.

   leader_level - returns the level of the current party's leader
   max_level    - returns the highest level in the party
   min_level    - returns the lowest level in the party
   mode_level   - returns the level that occurs the most frequent
   mean_level   - returns the average level
   median_level - returns the meadian level

Note that these methods operate on all members, not just the active battle
members. If you want it to check whether you are in battle or not, set
All_Member_Mode to false.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax