# セーブ・ロード

## 盤面を保存しておきたい！

セーブ・ロード機能を用いると、ある盤面を記録しておいて、後で呼び出すことができます。同じルームをもう1度使用したい場合に初期状態を記録しておいたり、スクリーンパネルの位置を一括で変更する必要がある場合にシーン機能の代わりにしたりと、幅広く利用できます。

***

### セーブ機能の使用方法

セーブ機能の使用方法は以下の通りです。

1. 左上のルーム名をクリックした時に出るメニューで**セーブ**をクリックする
2. セーブしたいスロットをクリックする

<figure><img src="/files/oGBDQcRTlFQRFiZ3Os2P" alt="" width="563"><figcaption></figcaption></figure>

3. セーブデータ名を入力する画面が出るので、入力して**保存**をクリックする

<figure><img src="/files/HasDGHx4JnDNmS9V5nX9" alt="" width="563"><figcaption></figcaption></figure>

セーブが完了すると、以下のように表示されます。

<figure><img src="/files/EzwnxOsOdaV2qZANx0ZX" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}

#### /save コマンド

ルームチャットに`/save [セーブデータ名]` と送信すると、その時の盤面が\[セーブデータ名]のスロットに記録されます。

例えば、セーブデータが上の画像の状態の場合、`/save セーブデータ1`と入力すると、現在の盤面が**セーブデータ1**の記録に上書きされます。
{% endhint %}

***

### ロード機能の使用方法

ロード機能の使用方法は以下の通りです。

1. 左上のルーム名をクリックした時に出るメニューで**ロード**をクリックする
2. 下のように表示されるので、読み込みたいデータをクリックする

<figure><img src="/files/FyZhumfFEuMNBjBkTNxn" alt="" width="563"><figcaption></figcaption></figure>

3. 確認画面が表示されるので、**OK**をクリックする

セーブデータがロードされ、盤面がセーブ時の状態に戻ります。

{% hint style="info" %}

#### /load コマンド

ルームチャットに`/load [セーブデータ名]` と送信すると、記録されている盤面が呼び出されます。

例えば、セーブデータが上の画像の状態の場合、`/load セーブデータ1`と入力すると、**セーブデータ1**に記録されている盤面が読み込まれます。
{% endhint %}

{% hint style="info" %}

#### セーブデータの数

記録しておけるセーブデータは3個までとなっています。
{% endhint %}

***

### セーブ・ロード機能の使用例

#### ロード機能使用前

<figure><img src="/files/vK8uTiem8Ked4QfciUoh" alt="" width="563"><figcaption></figcaption></figure>

#### ロード機能使用後

<figure><img src="/files/IFQYhEmPt61iFxxkK307" alt="" width="563"><figcaption></figcaption></figure>

セーブ機能では、BGMやキャラクターコマを含めた盤面データが保存されます。


---

# Agent Instructions: 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://docs.ccfolia.com/gm-only/room-option/save-load.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.
