Skip to content
Snippets Groups Projects

Inserted Chinese rules

Closed Administrator requested to merge master-367 into master
1 file
+ 13
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,8 @@ function|script|GameRules
"Svenska (Swedish)", L_Swedish,
"Portugues (Portuguese)", L_Portuguese,
"Polski (Polish)", L_Polish,
"Italiano (Italian)", L_Italian;
"Italiano (Italian)", L_Italian,
"繁體中文 (Traditional Chinese)", L_zhHant;
L_English:
mes "Players breaking the following rules may be banned (up to and including a permanent ban) or have their characters reset at the GM's discretion:";
@@ -135,6 +136,17 @@ L_Italian:
mes "6. Tratta gli altri giocatori come vuoi che gli altri trattino te.";
mes "I bot saranno determinati in base alle risposte e ai movimenti dei giocatori esaminati.";
goto L_End;
L_zhHant:
mes "以下為TMW的遊戲規則,違反的玩家會被封鎖(有機會永久封鎖)或重設遊戲資料:";
mes "1. 不要謾罵其他玩家 (侮辱, 粗言穢語, 或針對某玩家的攻擊)";
mes "2. 禁止外掛(所有玩家離開電腦時的活動)";
mes "3. 禁止外掛(所有玩家離開電腦時的活動)";
mes "4. 不可乞討";
mes "5. 在公開場合需說英語";
mes "6.己所不欲,勿施於人";
mes "離開鍵盤的外掛玩家會經對話的方式識別。";
goto L_End;
L_End:
if (TUT_var == 0)
Loading