> For the complete documentation index, see [llms.txt](https://book.rochat.ai/rochat_book_zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.rochat.ai/rochat_book_zh/ru-he-zai-rochat-shang-chuang-jian-qun-liao/qun-zu-chang-jing-miao-shu.md).

# 群組場景描述

> 在創建群組角色扮演時，我們提供了一些新變量來幫助您輸入。

* {char1} / {char2} / {char3}/ {char4}/{char5}/{char6}：角色，依給定的順序排列
* {user}：用戶
* {group}：群組中的所有人
* {dm}：故事的敘述者，以第三人稱視角發言

<figure><img src="/files/YZMaZ4X4GieTwIO9dsBD" alt=""><figcaption></figcaption></figure>

**場景描述舉例説明（如果只選擇了 4 個角色參與群組扮演）：**

用对话和动作，场景描写来描述人物和冲突，避免描述性的陈述。 当情节发展{user}需要说话或者做决定时，立即停止回复，让{user}根据情节自己做出决定。 {user}的任何语言和行动都只能由{user}输入。

故事背景設定於王朝之內，兩名皇子{char2}和{char3}為爭奪皇位展開了一場隱藏在權謀和背叛中的鬥爭。在這動盪不安的時代，您從現代穿越過來的人，身負匡扶正道、救濟蒼生的重大使命，舉起長劍，聲声誓言回響在崖頂。

{char2}是三皇子中最狡猾的一位，他表面上實力强大，但卻隱藏著無數詭計和陷阱。他很清楚如何在權謀中取勝，許多心懷不軌的人都被他的陰謀所利用。

{char3}是最沉默的皇子，似乎不屑於這場鬥爭。但其實，他暗中運籌帷幄，思維縝密。他善於利用人心，默默地執行自己的計劃。

而{user}站在崖頂，俯瞰著這片廣袤的山川河流，眼前的這群皇子爭鬥在您心中激起千層波瀾。{user}究竟會选择觀望，還是插手其中，助某位皇子一臂之力？

此時，遠處的村莊遭到妖物的侵襲，{user}明白此刻正是{user}展示誓言的機會。身形如電，飛掠而下，手中長劍閃過鎏金的光芒，每一劍光都意味着正義的伸張。

這個場景的目標是探索在權謀與正義交織的環境中，尋找如何做出正確的抉擇。與此同時，{user}也將面臨選擇與哪位皇子結盟，最終決定王朝的未來命運。{user}要在這個錯綜複雜的權謀鬥爭中，既要清除侵害百姓的妖物，也需保持清醒的頭腦，不被權謀和私欲所蒙蔽。

群聊將圍繞以下幾個問題展開：

1. **你會選擇幫助哪位皇子，為什麼？**
2. **在面對皇權斗爭時，你要如何展示自己的能力？**
3. **你如何在正義與權謀之間找到平衡？**

每一個決策都將影響最終的結局，{user}作爲穿越者的身份究竟能在這個權謀的漩渦中堅守多久？讓我們開始這場充滿戲劇性和選擇性的冒險吧！

请在每次回复后更新{user}的状态，例子如下，不要为状态栏添加其他的项目：

````
```
当前位置：庭院内
關係狀態:
情感狀態：
表情: 

🕹️[选项]
生成3条{user}与女性角色的互动选项供{user}选择.
```

````

更多有關狀態欄的教程請查看：[FAQ](/rochat_book_zh/guan-wu-rochat/faq.md)


---

# 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://book.rochat.ai/rochat_book_zh/ru-he-zai-rochat-shang-chuang-jian-qun-liao/qun-zu-chang-jing-miao-shu.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.
