> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/basic-features/character/second-play-character.md).

# 特殊キャラクター種別

2024年5月に周回プレイ機能がリリースされ、GMキャラクターを設定できるようになりました。\
また、2026年6月に「何度でもOK」というキャラクター種別が追加され、GMキャラクターと区別できるようになりました。

ウズスタジオでの設定はとても簡単！ キャラクター編集画面の右上にある「特殊キャラクター」にチェックを入れて、種別を選択するだけです。

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

## 周回プレイ機能の詳細

* 「GameMaster」にチェックを入れたキャラクターは、そのキャラクター以外でそのシナリオをプレイ済みの人、シナリオ詳細画面の未プレイボタンをプレイ済みに変えた人だけが選択できます。
* 「GameMaster」または「何度でもOK」の周回プレイキャラクターが設定されているシナリオを一度プレイした人は、2回目以降のプレイの際、周回プレイキャラクターしか選択できません。
* 有料作品ではキャラクター種別にかかわらず、初回プレイ時に料金を支払い、2回目以降は無料でプレイできます。
* 「GameMaster」キャラクターを設定しており、GM役向けの事前資料を配布したい場合は「[追加コンテンツ](/scenariohome/marketing.md#kontentsuno)」をご利用ください。追加コンテンツはシナリオ詳細画面の未プレイボタンをプレイ済みに変えると、プレイ前から閲覧することができます。

## Q＆A

<details>

<summary>ウズ内でそのシナリオを遊んでいない人でもGMができるか？</summary>

シナリオ詳細画面のタイトルの下あたりにある「未プレイ」ボタンを「プレイ済み」に変更すれば、ウズ内にそのシナリオのプレイ履歴がない人でもGMキャラクターを選択できます。

逆に言うと、「未プレイ」ボタンが「プレイ済み」になっていない状態でエントリーすると、GMキャラクターは選択できません。

</details>

<details>

<summary>GMキャラクターは無料（0コイン）という設定は可能か？</summary>

キャラクターごとの料金設定はありませんが、有料作品ではキャラクター種別にかかわらず、初回プレイ時に料金を支払い、2回目以降は無料でプレイとなるため、基本的にはGMは無料の扱いです。

初回からGMキャラクターで遊ぶ：初回は料金の支払いが必要なので注意する

初回は通常キャラクター・2回目以降はGMキャラクターで遊ぶ：GMキャラクターで遊ぶ際に再度の支払いは不要

</details>

<details>

<summary>初回は有料、2回目以降は無料という買い切り型の設定は可能か？</summary>

はい、有料作品ではキャラクター種別にかかわらず、初回プレイ時に料金を支払い、2回目以降は無料でプレイとなります。したがって、キャラクター種別を「何度でもOK」にしておけば、いわゆる買い切り型（初回の支払い後、何度でも無料でプレイ可能）になります。

逆に、都度課金方式にはできません。

</details>

<details>

<summary>リリース後にGMキャラクターを追加できるか？</summary>

一応可能ではありますが、プレイ予約がされているイベントが1つもないときしかGMキャラクターの追加や既存キャラクターのGMへの変更ができないため、ほとんどの場合、難しいです。

既にリリースされている作品そのものにGMキャラクターを追加するのではなく、[エディション機能](/scenariohome/edition.md)で作品のコピーを追加し、GMあり版を作るのがオススメです。

</details>

<details>

<summary>GMあり版・GMなし版の両方をリリースできるか？</summary>

可能です。一方を作成し、テストプレイ・修正まで終えた後、[エディション機能](/scenariohome/edition.md)でコピーを作成し、もう一方を作るのがオススメです。

審査は同時に出していただいてもかまいませんし、リリース後しばらくしてから別バージョンを審査に出していただいてもかまいません。

</details>


---

# 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.studio.uzu-app.com/basic-features/character/second-play-character.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.
