Difference between revisions of "Template:VisuMZ Battle Command - Talk Notetags"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Enemy-Related Notetags)
(Talk-Related Notetags)
Line 25: Line 25:
  
 
=== Talk-Related Notetags ===
 
=== Talk-Related Notetags ===
 +
 +
[[File:BattleCmdTalk_1.gif]]
  
 
---
 
---

Revision as of 19:34, 11 October 2021

The following are notetags that have been added through this plugin. These notetags will not work with your game if this plugin is OFF or not present.

---

Enemy-Related Notetags

BattleCmdTalk 2.gif

---

<Talk Common Event: x>

- Used for: Enemy Notetags
- Determines the Common Event that will be ran when talking to this specific
  enemy.
- If this notetag is not used, the Common Event used will be whatever has
  been set up as default in the Plugin Parameters.
- Replace 'x' with a number representing the Common Event's ID to run.

---

Talk-Related Notetags

BattleCmdTalk 1.gif

---

<Battle Command Talk>

- Used for: Actor, Class, Weapon, Armor, State Notetags
- Allows the affected actor to talk.
- This will bypass the default show Plugin Parameter.
- This does not bypass the leader-only Plugin Parameter.
<pre>

---

<pre>
<No Battle Command Talk>

- Used for: Actor, Class, Weapon, Armor, State Notetags
- Prevents the affected actor from being able to talk.
- This will bypass the default show Plugin Parameter.

---