Template:VisuMZ Battle Command - Talk Text Codes

From Yanfly.moe Wiki
Revision as of 14:07, 14 October 2021 by Irina (talk | contribs)
Jump to navigation Jump to search

The following are text codes that you may use with this plugin.

Battle-Related Text Codes

BattleCmdTalk 2.gif

---

----------------------------   ---------------------------------------------
Text Code                      Effect (Battle Only)
----------------------------   ---------------------------------------------
<Current Battle Target>        Replaces text code with the current target of
                               an action in battle.
<Current Battle User>          Replaces text code with the currently active
                               user in battle.
<Current Battle Action>        Replaces text code with the current battle
                               action's name with an icon in front.
<Current Battle Action Name>   Replaces text code with the current battle
                               action's name without an icon.

If there is no battle, no target, no user, or no action, then the text code
will just be replaced with no text.

These text codes are NOT recommended to be used inside of Help Descriptions.
They are best used with "Show Text" event commands.

---