> For the complete documentation index, see [llms.txt](https://docs.punkland.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.punkland.io/punkland/punkland-studio/start/chat.md).

# 대사 꾸미기

<table><thead><tr><th width="195">명령어</th><th>설명</th></tr></thead><tbody><tr><td><strong>\V변수 아이디</strong></td><td>특정 변수의 값을 출력합니다. 예) <strong>\V0</strong>: 0번 변수의 값을 출력</td></tr><tr><td><strong>\WV변수 아이디</strong></td><td>특정 월드 변수의 값을 출력합니다. 예) <strong>\WV0</strong>: 0번 월드 변수의 값을 출력</td></tr><tr><td><strong>\G</strong></td><td>해당 플레이어가 가진 골드를 출력합니다.</td></tr><tr><td><strong>\$</strong></td><td>해당 플레이어가 가진 골드를 출력합니다.</td></tr><tr><td><strong>\C0~\C9</strong></td><td>대사에 색깔을 입힙니다. (0부터 9까지)</td></tr><tr><td><strong>\S0~\S9</strong></td><td>대사 출력 속도를 조절합니다. (0부터 9까지, 낮을수록 빠름)</td></tr><tr><td><strong>\N</strong></td><td>해당 플레이어의 닉네임을 출력합니다.</td></tr><tr><td><strong>\!</strong></td><td>대사 출력을 멈추고 터치하면 재시작합니다.</td></tr><tr><td><strong>\|</strong></td><td>2초간 기다립니다.</td></tr><tr><td><strong>\.</strong></td><td>0.5초간 기다립니다.</td></tr><tr><td><strong>\^</strong></td><td>대사창을 바로 닫습니다.</td></tr><tr><td><strong>\_</strong></td><td>공백을 삽입합니다.</td></tr><tr><td><strong>\> 내용 \&#x3C;</strong></td><td>특정 부분을 한번에 출력합니다.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
