Difference between revisions of "Template:VisuMZ Voice Acting Control Text Codes"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Voice Acting Control Text Codes</noinclude> The following are text codes that you may use with this plugin. === Type-Related...")
 
(Type-Related Text Codes)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
=== Type-Related Text Codes ===
 
=== Type-Related Text Codes ===
 +
 +
[[File:VoiceActingControl_ReplayIcon.png|600px]]
  
 
---
 
---
  
<pre>
+
{| class="wikitable" style="width:800px"
--------------------  -----------------------------------------------------
+
! Text Code !! Effect (Message Window Only)
Text Code             Effect (Message Window Only)
+
|-
--------------------  -----------------------------------------------------
+
| style="width: 200px; padding: 10px;"| <nowiki><Voice: filename></nowiki>
 
+
| style="padding: 10px;"| Plays the 'filename' sound file found in /audio/se/ through the voice audio channel.
<Voice: filename>     Plays the 'filename' sound file found in /audio/se/
+
|-
                      through the voice audio channel.
+
| style="width: 200px; padding: 10px;"| <nowiki><No Voice Replay></nowiki>
</pre>
+
| style="padding: 10px;"| Hides the replace voice button if this text code is used in a message regardless of whether or not there's a voice being played.
 +
|}
  
 
---
 
---

Latest revision as of 03:33, 17 April 2024

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

Type-Related Text Codes

VoiceActingControl ReplayIcon.png

---

Text Code Effect (Message Window Only)
<Voice: filename> Plays the 'filename' sound file found in /audio/se/ through the voice audio channel.
<No Voice Replay> Hides the replace voice button if this text code is used in a message regardless of whether or not there's a voice being played.

---