Text Commands

명령어
설명

\V[VariableID]

Outputs the value of a specific variable. Example: \V0: Outputs the value of variable 0.

\WV[VariableID]

Outputs the value of a specific world variable. Example: \W0: Outputs the value of world variable 0.

\G

Outputs the amount of gold the player has.

\$

Outputs the amount of gold the player has.

\C0~\C9

Assigns a color to the text. (Values range from 0 to 9).

\S0~\S9

Adjusts the speed of text output. (Values range from 0 to 9; the lower the value, the faster the output).

\N

Outputs the nickname of the current player.

\!

Stops text output. Tapping resumes it.

\|

Waits for 2 seconds.

\.

Waits for 0.5 seconds.

\^

Immediately skips to the next text.

\_

Inserts a line break.

\> 내용 \<

Outputs the specified section all at once.

Last updated