Actor Variables (YEP)

From Yanfly.moe Wiki
Revision as of 20:12, 20 June 2019 by Yanfly (talk | contribs) (Created page with "{{MvPlugin |preview=<youtube>https://www.youtube.com/watch?v=lJmw4mB7O18</youtube> |link1=<html><iframe src="https://itch.io/embed/398942" height="167" width="552" frameborder...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Help File

============================================================================
Introduction
============================================================================

This plugin requires YEP_StatusMenuCore.js.
Place this plugin under YEP_StatusMenuCore.js in the Plugin Manager.

This plugin lets you place variables into the Status Menu Core in a unique
page for display as actor data. These variables can come from a global or
individual source per actor. Variables listed in the Global Columns found in
the parameters will be listed for all actors. Variables defined in the actor
noteboxes will be listed for that actor when displayed.

If you wish to place the Actor Variables tab in the Status Menu in a
specific spot, place 'Variables' without the quotes in the Status Menu
Core's Command Order parameter. If it's not present there, it will
automatically order itself in the 'Custom' tab.

============================================================================
Notetags
============================================================================

Use the following notetags to display variables in your Status Menu.

Actor Notetags:
  <Column x Variables: y>
  <Column x Variables: y, y, y>
  <Column x Variables: y to z>
  This will display in column x (1 through 4) the variable(s) y. If using
  the y to z notetag, this will display all the variables from y to z.

============================================================================
Variable Icons and Display
============================================================================

To display icons and change the display of your variables, write the name
of your variables like text codes in the variable editor.

A variable name like this \i[42]Variable Name will show up with an icon.

However, if you wish to make notes that do not appear, you can place the
notes between << and >>. For example:

Hello <<You can't see me>>World!

will show up as 'Hello World!' because of the << and >> markers.

============================================================================
Plugin Commands
============================================================================

These are plugin commands to allow you to hide/show specific variables
throughout your game.

Plugin Command:

HideActorVariable 1
Hides variable 1 from being shown in the actor status menu.

ShowActorVariable 2
Disables any hidden properties for variable 2 in the actor status menu.

============================================================================
Changelog
============================================================================

Version 1.05:
- Updated for RPG Maker MV version 1.5.0.

Version 1.04:
- Plugin fixed to be standalone if you wish to use the x to y notetags.

Version 1.03:
- Fixed a bug that prevented custom positioning with the Status Menu Core's
command order parameter.

Version 1.02:
- Updated for RPG Maker MV version 1.1.0.

Version 1.01a:
- Added 'Hidden Variables' plugin parameter.
- Added 'HideActorVariable' and 'ShowActorVariable' plugin command.

Version 1.00:
- Finished Plugin!