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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.punkland.io/punkland-studio/start/chat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
