Difference between revisions of "Category:Text Codes (MZ)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
Line 65: Line 65:
 
Here is a list of [[:Category:Text Codes (MZ)|Text Codes]] that you may use.
 
Here is a list of [[:Category:Text Codes (MZ)|Text Codes]] that you may use.
  
== [[Message Core (VisuStella MZ)]]
+
== [[Message Core (VisuStella MZ)]] ==
  
  

Revision as of 11:38, 8 August 2020

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.


ShowTextWindowMZ.png

Text Codes are used in the Show Text event command. They are used to display things that text normally can't produce on its own, such as colors, get the name of a specific actor, change icons, and more.

RPG Maker MZ already comes with text codes of its own:

\V[n] Will be replaced with the value of the nth variable.
\N[n] Will be replaced with the name of the nth actor.
\P[n] Will be replaced by the name of the nth (arranged order) party member.
\G Will be replaced by the currency unit.
\C[n] Draw the subsequent text in the nth color. Text color conforms to the contents of the [Window.png] system image.
\I[n] Draws the nth icon.
\FS[n] Changes the text font size to 'n'.
\{ Increases the text by 1 step.
\} Decreases the text by 1 step.
\\ Replaced with the backslash character.
\$ Open the gold window.
\. Wait for 1/4 second.
\| Wait for 1 second.
\! Wait for button input.
\> Display remaining text on same line all at once.
\< Cancel the effect that displays text all at once.
\^ Do not wait for input after displaying the next.

Here is a list of Text Codes that you may use.

Message Core (VisuStella MZ)

End of List