# Interactions 帮助文档

## 描述

这个插件能让你为你的NPC添加对话，创建复杂的对话树。你可以为它们添加不同的选项，以此来让玩家通过点击聊天框中显示的某个选项(或者输入)来继续不同的对话

让**Interactions**比其&#x4ED6;*“对话/交谈/任务”*&#x63D2;件更好的地方在于你可以完全控制你创建的对话。你可以为一个选择的选项添加需求，甚至创建“条件性对话”，这种对话可以有只发送到满足特定条件的玩家的功能。你也可以在对话中执行不同的动作，比如给他们药水效果或者执行一个命令。 你还可以通过游戏内的GUI来编辑对话！

## 图像

![](/files/-Mku6YtXDTzqs_dpN1aO)

![](/files/-Mku6d9oUeO8zGsN6mUl)

![](/files/-Mku6fQBmKh0VSYH1dq0)

![](/files/-Mku6lgolSXx8SES9KNG)

![](/files/-Mku6qQz9dyQFJOnnzwD)


---

# 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://fireworkpolymer.gitbook.io/interactions/master.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.
