Template:VisuMZ Battle Command - Talk Notetags

From Yanfly.moe Wiki
Jump to navigation Jump to search

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 Preview.png

---

<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.

---