# /roll-table コマンド

## /roll-table コマンド

v1.33のアップデートより、`/roll-table`コマンドが使えるようになりました。`/roll-table`コマンドを使うと、オリジナルのランダム表をロールすることができます。

***

### /roll-table コマンドの使い方

以下の書式でオリジナルのランダム表をロールすることができます。

実行時に都度ランダム表の内容を入力する必要があるため、[クリックアクション](/gm-tutorial/screen-panel.md#clickaction)での利用を推奨しています。スクリーンパネル等の高度な設定から、クリックアクション「チャットに送信」を選択し、送信するテキストに以下の書式でランダム表を入力してください。もちろん、チャットに直接送信することでも起動します。

```
/roll-table
飲み物表
1D6
1:水
2:緑茶
3:麦茶
4:コーラ
5:オレンジジュース
6:選ばれし者の知的飲料
```

書式についての詳細は[BCDiceコマンドガイド](https://docs.bcdice.org/original_table.html)もご参照ください。


---

# 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/update/v1.33/roll-table.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.
