YEP.140 – More Status Menu Pages – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

Support Team Yanfly on Patreon!

Sometimes, you’ll want to be able to place more information in each party member’s status menu page. This extension menu allows you to create as many custom pages as you want and insert whatever text inside of them! Use this to create custom backstories, additional information regarding the actors, and more!

This is a collaboration plugin by Tigress and Yanfly to ensure compatibility with the Yanfly Engine Plugins library.


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

This plugin requires YEP_X_MoreStatusPages. Make sure this plugin is located under YEP_X_MoreStatusPages in the plugin list.

Sometimes, you’ll want to be able to place more information in each party member’s status menu page. This extension menu allows you to create as many custom pages as you want and insert whatever text inside of them! Use this to create custom backstories, additional information regarding the actors, and more!

This is a collaboration plugin by Tigress and Yanfly to ensure compatibility with the Yanfly Engine Plugins library.


Instructions


Follow these steps to add more status pages to your status menu list:

1. Open your YEP_StatusMenuCore plugin in the plugin list. Look for the ‘Command Order’ plugin parameter.

2. Inside it, place the text ‘MorePages’ where you want the extra Status Menu Pages to go.

3. Press OK and close the Plugin Manager.

4. Save your game project.


Notetags


Place the following notetags inside of an actor’s notebox that you wish to add more status menu pages to.

Actor Notetags:

<Status Menu Page: title>
text
text
</Status Menu Page: title>
– Replace ‘title’ with the title of the status menu page you wish for it to display in the command window. Insert as many lines of ‘text’ as you see fit for your extra status menu profile. Inserting multiple setups of this notetag will allow you to have more page entries in the status menu.

Note: You can use text codes for the ‘text’ entries.

— Examples —

<Status Menu Page: Origin>
\n[1] is originally from the kingdom of Dragnof, a country that
existed 400 years in the past; the population was made up of both
humans and Dragons co-existing peacefully with each other.
</Status Menu Page: Origin>

<Status Menu Page: Discipline>
\n[1] firmly believes in noblesse oblige, where the strong and
privileged should act with generosity and nobility towards those
less privileged.
</Status Menu Page: Discipline>

<Status Menu Page title Switch: x>
<Status Menu Page title Switch: x, x, x>
– Replace ‘title’ with the title of the status menu page you wish for this notetag to affect. Replace ‘x’ with a switch ID that is required to be ON in order for this status menu page to show up in the actor’s status menu profile. If you use multiple switches, all the switches must be on in order for this status menu page to appear.

— Examples —

<Status Menu Page Origin Switch: 1>
<Status Menu Page Discipline Switch: 5, 6, 7, 8, 9, 10>


Happy RPG Making!