> 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/jian-rong/mythicmob.md).

# MythicMob

技能机制拓展

1. **让怪物调用任意副本脚本事件**

> playDunEvent{dunid=1;event=\[同副本事件编辑方式,可多条]}

dunid缩写:did

event缩写:e

用例：

> \- playdunevent{dunid=副本id;event=\[TeamMessage:这是一条副本消息]}

备注: 由于mm内脚本识别时,分号\[;] 有特殊含义. 但是副本脚本的分号也有特殊含义. 所以在编辑mm怪物的副本事件时,写法不变,分号全部改写为 `$`  这样可以保持兼容性

playDunEvent可以不分大小写&#x20;

只能调用和副本相关的事件,无法使用附带玩家数据事件(如vectorpush)

2. **让怪物tp到副本的指定位置**

> dunTp{dunid=1;x=1;y=2;z=3}

dunid缩写:did

用例：

> \- dunTp{dunid=副本id;x=坐标X;y=坐标Y;z=坐标Z} @self


---

# 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/jian-rong/mythicmob.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.
