Difference between revisions of "Template:VisuMZ Extended Message Functionality Text Codes"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Button Console-Related Text Codes)
 
(6 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
---
 
---
  
<pre>
+
{| class="wikitable" style="width:800px"
--------------------  -----------------------------------------------------
+
! Text Code !! Effect (Message Window Only)
Text Code             Effect (Message Window Only)
+
|-
--------------------  -----------------------------------------------------
+
| style="width: 200px; padding: 10px;"| <nowiki><Hide Buttons></nowiki>
 
+
| style="padding: 10px;"| Hides the Button Console from this current Message Window's text assuming that nothing else is hiding the Button Console from view.
<Hide Buttons>         Hides the Button Console from this current Message
+
|}
                      Window's text assuming that nothing else is hiding
 
                      the Button Console from view.
 
</pre>
 
  
 
---
 
---
Line 22: Line 19:
 
=== Message Tail-Related Text Codes ===
 
=== Message Tail-Related Text Codes ===
  
<pre>
+
[[File:ExtMsgFunc_MessageTail.png]]
--------------------  -----------------------------------------------------
 
Text Code              Effect (Message Window Only)
 
--------------------  -----------------------------------------------------
 
  
<Tail Bottom Left: x> Creates a message tail at x coordinate pointing to
+
{| class="wikitable" style="width:800px"
                      the bottom left.
+
! Text Code !! Effect (Message Window Only)
<Tail Bottom Right: x> Creates a message tail at x coordinate pointing to
+
|-
                      the bottom right.
+
| style="width: 200px; padding: 10px;"| <nowiki><Tail Bottom Left: x></nowiki>
<Tail Upper Left: x>   Creates a message tail at x coordinate pointing to
+
| style="padding: 10px;"| Creates a message tail at x coordinate pointing to the bottom left.
                      the upper left.
+
|-
<Tail Upper Right: x> Creates a message tail at x coordinate pointing to
+
| style="width: 200px; padding: 10px;"| <nowiki><Tail Bottom Right: x></nowiki>
                      the upper right.
+
| style="padding: 10px;"| Creates a message tail at x coordinate pointing to the bottom right.
</pre>
+
|-
 +
| style="width: 200px; padding: 10px;"| <nowiki><Tail Upper Left: x></nowiki>
 +
| style="padding: 10px;"| Creates a message tail at x coordinate pointing to the upper left.
 +
|-
 +
| style="width: 200px; padding: 10px;"| <nowiki><Tail Upper Right: x></nowiki>
 +
| style="padding: 10px;"| Creates a message tail at x coordinate pointing to the upper right.
 +
|}
  
 
---
 
---

Latest revision as of 23:49, 23 December 2023

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

Button Console-Related Text Codes

ExtMsgFunc Animated.gif

---

Text Code Effect (Message Window Only)
<Hide Buttons> Hides the Button Console from this current Message Window's text assuming that nothing else is hiding the Button Console from view.

---

Message Tail-Related Text Codes

ExtMsgFunc MessageTail.png

Text Code Effect (Message Window Only)
<Tail Bottom Left: x> Creates a message tail at x coordinate pointing to the bottom left.
<Tail Bottom Right: x> Creates a message tail at x coordinate pointing to the bottom right.
<Tail Upper Left: x> Creates a message tail at x coordinate pointing to the upper left.
<Tail Upper Right: x> Creates a message tail at x coordinate pointing to the upper right.

---