Chat Commands/ja: Difference between revisions
Jump to navigation
Jump to search
m (Chat Commands/jp moved to Chat Commands/ja: /jp is wrong URL. Sorry.) |
(trans the command descriptions. /コマンド解説の一部を翻訳しました。) |
||
Line 1: | Line 1: | ||
{{Languages|Chat Commands}}{{Translation}} | {{Languages|Chat Commands}}{{Translation}} | ||
__TOC__ | __TOC__ | ||
Maptoolのチャットシステムでは、チャットに直接入力することで特定のアクションを実行することができるような、多くの「スラッシュ・コマンド」(slash commands) | Maptoolのチャットシステムでは、チャットに直接入力することで特定のアクションを実行することができるような、多くの「スラッシュ・コマンド」(slash commands) をサポートしている。この〔スラッシュという〕名前は、コマンドの直前に“/”を打ち込むことに由来している。 | ||
==一般的な使い方== | ==一般的な使い方== | ||
チャット・コマンドを使うときは、チャット画面に直接、以下のようなフォーマットで入力するとよい: | チャット・コマンドを使うときは、チャット画面に直接、以下のようなフォーマットで入力するとよい: | ||
Line 31: | Line 30: | ||
| color || cc || チャットの文字色を変更する。色の指定は16進数でなければならない。例:''/cc #ff0099'' | | color || cc || チャットの文字色を変更する。色の指定は16進数でなければならない。例:''/cc #ff0099'' | ||
|- | |- | ||
| emit || e || | | emit || e || 接続中のすべてのプレイヤーに対して、送信したという事実を隠したままテキストを送信する(GM専用コマンド)。 | ||
|- | |- | ||
| emote || me || Broadcast an emote to all connected players | | emote || me || Broadcast an emote to all connected players | ||
|- | |- | ||
| gm || togm || | | gm || togm || GMだけにテキストを送信する。 | ||
|- | |- | ||
| goto || g || | | goto || g ||特定のロケーションあるいは特定のトークンに〔視点を〕移す。例:''/goto X,Y'' or ''/goto tokenname'' | ||
|- | |- | ||
| help || h || | | help || h || 使用可能なコマンド一覧を表示する。 | ||
|- | |- | ||
| impersonate || im || | | impersonate || im || まるで誰か、あるいは何かであるかのように話す(ふつう、トークンに対して使う) | ||
|- | |- | ||
| loadaliases || || Load a file that contains aliases, one per line, with a : between the name and the value (just as if you were typing it in) | | loadaliases || || Load a file that contains aliases, one per line, with a : between the name and the value (just as if you were typing it in) | ||
|- | |- | ||
| loadtokenstates || tsl || | | loadtokenstates || tsl || 全てのトークンの状態をファイルから読み出す。 | ||
|- | |- | ||
| ooc || || | | ooc || || プレイヤー発言(アウト・オブ・キャラクター/Out-of-character)として喋る。この発言は二重丸カッコ((~~))で閉じられる。 | ||
|- | |- | ||
| reply || rep || | | reply || rep || 最後にあなたに囁いたプレイヤーに対して返信する。 | ||
|- | |- | ||
| roll || r || | | roll || r || ダイスを振り([[Chat:Dice | Dice Expression(未訳)]]を参照せよ)、結果を全てのプレイヤーに見せる。 | ||
|- | |- | ||
| | | rollgm || rgm || ダイスを振り、結果を自分自身とGM〔の二人〕だけに見せる。 | ||
|- | |- | ||
| | | rollme || rme || ダイスを振り、結果を自分自身にだけ見せる。 | ||
|- | |- | ||
| | | rollsecret || rsec|| ダイスを振り、結果をGMにだけ見せる(〔出目の〕結果は振った本人でさえ見えない)。 | ||
|- | |- | ||
| savetokenstates || tss || | | savealiases || || 全ての現在のエイリアスをファイルに保存する。|- | ||
| savetokenstates || tss || 現在のトークンの状態をファイルに保存する。 | |||
|- | |- | ||
| say || s || Broadcast a message to all connected players | | say || s || Broadcast a message to all connected players | ||
|- | |- | ||
| self || || | | self || || 自分自身にだけメッセージを送信する。 | ||
|- | |- | ||
| settokenproperty || stp || | | settokenproperty || stp || [[Token:token_property|トークン・プロパティ(未訳)]]の値を設定する。 | ||
|- | |- | ||
| settokenstate || sts || | | settokenstate || sts || [[Token:state|Token State(未訳)]]の値を設定する。 | ||
|- | |- | ||
| table || tbl || | | table || tbl || テーブル・ルックアップを実行する。例:''/tbl tablename value-to-lookup'' | ||
|- | |- | ||
| tmacro || tm || | | tmacro || tm || 選択したトークンに対して任意の(given)マクロを実行する。 | ||
|- | |- | ||
| tsay || ts || | | tsay || ts || 選択したトークンに対して任意の発話(speech)を実行する。 | ||
|- | |- | ||
| whisper || w || | | whisper || w || 特定のプレイヤーにメッセージを送信する。 | ||
|} | |} | ||
[[Category:MapTool]] | [[Category:MapTool]] |
Revision as of 07:23, 8 September 2009
Maptoolのチャットシステムでは、チャットに直接入力することで特定のアクションを実行することができるような、多くの「スラッシュ・コマンド」(slash commands) をサポートしている。この〔スラッシュという〕名前は、コマンドの直前に“/”を打ち込むことに由来している。
一般的な使い方
チャット・コマンドを使うときは、チャット画面に直接、以下のようなフォーマットで入力するとよい:
/command argument
where command is one of the commands in the table below, and argument is an appropriate argument (a dice roll, or a string of text, etc.) upon which the command acts. NOTE: remember, the commands shown below are always preceded by a forward slash (/) character.
コマンド一覧
Command | Built-in Alias (if any) |
Description | |||
---|---|---|---|---|---|
addtokenstate | tsa | Add a new token state that can be set on tokens | |||
alias | alias | コマンド・エイリアスを作成する。 | |||
clear | clr | チャット画面をクリアする。 | |||
clearaliases | すべてのエイリアスをクリアする。 | ||||
color | cc | チャットの文字色を変更する。色の指定は16進数でなければならない。例:/cc #ff0099 | |||
emit | e | 接続中のすべてのプレイヤーに対して、送信したという事実を隠したままテキストを送信する(GM専用コマンド)。 | |||
emote | me | Broadcast an emote to all connected players | |||
gm | togm | GMだけにテキストを送信する。 | |||
goto | g | 特定のロケーションあるいは特定のトークンに〔視点を〕移す。例:/goto X,Y or /goto tokenname | |||
help | h | 使用可能なコマンド一覧を表示する。 | |||
impersonate | im | まるで誰か、あるいは何かであるかのように話す(ふつう、トークンに対して使う) | |||
loadaliases | Load a file that contains aliases, one per line, with a : between the name and the value (just as if you were typing it in) | ||||
loadtokenstates | tsl | 全てのトークンの状態をファイルから読み出す。 | |||
ooc | プレイヤー発言(アウト・オブ・キャラクター/Out-of-character)として喋る。この発言は二重丸カッコ((~~))で閉じられる。 | ||||
reply | rep | 最後にあなたに囁いたプレイヤーに対して返信する。 | |||
roll | r | ダイスを振り( Dice Expression(未訳)を参照せよ)、結果を全てのプレイヤーに見せる。 | |||
rollgm | rgm | ダイスを振り、結果を自分自身とGM〔の二人〕だけに見せる。 | |||
rollme | rme | ダイスを振り、結果を自分自身にだけ見せる。 | |||
rollsecret | rsec | ダイスを振り、結果をGMにだけ見せる(〔出目の〕結果は振った本人でさえ見えない)。 | |||
savealiases | - | savetokenstates | tss | 現在のトークンの状態をファイルに保存する。 | |
say | s | Broadcast a message to all connected players | |||
self | 自分自身にだけメッセージを送信する。 | ||||
settokenproperty | stp | トークン・プロパティ(未訳)の値を設定する。 | |||
settokenstate | sts | Token State(未訳)の値を設定する。 | |||
table | tbl | テーブル・ルックアップを実行する。例:/tbl tablename value-to-lookup | |||
tmacro | tm | 選択したトークンに対して任意の(given)マクロを実行する。 | |||
tsay | ts | 選択したトークンに対して任意の発話(speech)を実行する。 | |||
whisper | w | 特定のプレイヤーにメッセージを送信する。 |
{{#customtitle:チャット・コマンド|チャット・コマンド}}