# Text Commands

<table><thead><tr><th width="195">명령어</th><th>설명</th></tr></thead><tbody><tr><td><strong>\V[VariableID]</strong></td><td>Outputs the value of a specific variable. Example: \V0: Outputs the value of variable 0.</td></tr><tr><td><strong>\WV[VariableID]</strong></td><td>Outputs the value of a specific world variable. Example: \W0: Outputs the value of world variable 0.</td></tr><tr><td><strong>\G</strong></td><td>Outputs the amount of gold the player has.</td></tr><tr><td><strong>\$</strong></td><td>Outputs the amount of gold the player has.</td></tr><tr><td><strong>\C0~\C9</strong></td><td>Assigns a color to the text. (Values range from 0 to 9).</td></tr><tr><td><strong>\S0~\S9</strong></td><td>Adjusts the speed of text output. (Values range from 0 to 9; the lower the value, the faster the output).</td></tr><tr><td><strong>\N</strong></td><td>Outputs the nickname of the current player.</td></tr><tr><td><strong>\!</strong></td><td>Stops text output. Tapping resumes it.</td></tr><tr><td><strong>\|</strong></td><td>Waits for 2 seconds.</td></tr><tr><td><strong>\.</strong></td><td>Waits for 0.5 seconds.</td></tr><tr><td><strong>\^</strong></td><td>Immediately skips to the next text.</td></tr><tr><td><strong>\_</strong></td><td>Inserts a line break.</td></tr><tr><td><strong>\> 내용 \&#x3C;</strong></td><td>Outputs the specified section all at once.</td></tr></tbody></table>
