> For the complete documentation index, see [llms.txt](https://chaoss-organization.gitbook.io/chaosdungeon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaoss-organization.gitbook.io/chaosdungeon/zhi-ling-xiang-guan/wan-jia-xiang-guan-zhi-ling.md).

# 玩家相关指令

| 指令                                            | 说明                            |
| --------------------------------------------- | ----------------------------- |
| /dunp help                                    | 获取帮助信息                        |
| /dunp join %p% \[副本id]                        | 让某玩家进入副本.(该玩家需是队长)            |
| /dunp end %p%                                 | 强制退出玩家当前进行的副本(全队生效)           |
| /dunp dev e \[eventscripts1],\[eventscripts2] | 测试脚本事件,写法和配置事件脚本相同,用于快速开发测试使用 |
| /dunp dev c \[condition1],\[condition2]       | 测试脚本条件,写法和配置相同                |
| /dunp dev                                     | 进入开发者模式(此模式下无视进本条件)           |


---

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

```
GET https://chaoss-organization.gitbook.io/chaosdungeon/zhi-ling-xiang-guan/wan-jia-xiang-guan-zhi-ling.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.
