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)
(Button Console-Related Text Codes)
Line 16: Line 16:
 
                       Window's text assuming that nothing else is hiding
 
                       Window's text assuming that nothing else is hiding
 
                       the Button Console from view.
 
                       the Button Console from view.
 +
</pre>
 +
 +
---
 +
 +
=== Message Tail-Related Text Codes ===
 +
 +
<pre>
 +
--------------------  -----------------------------------------------------
 +
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.
 
</pre>
 
</pre>
  
 
---
 
---

Revision as of 13:51, 17 March 2022

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

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

---