summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/game_rules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/game_rules.txt')
-rw-r--r--world/map/npc/functions/game_rules.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/functions/game_rules.txt b/world/map/npc/functions/game_rules.txt
index d898b436..316ee03f 100644
--- a/world/map/npc/functions/game_rules.txt
+++ b/world/map/npc/functions/game_rules.txt
@@ -2,7 +2,10 @@
function|script|GameRules
{
- requestlang .@cl$;
+ mes "##BPlease click submit.";
+ requestlang .@cl$; // newer clients will automatically submit and skip ahead
+ clear;
+ title "Game Rules";
explode .@l$, .@cl$, "_";
if (.@l$[0] == "en") goto L_English;
if (.@l$[0] == "nl") goto L_Dutch;
@@ -17,7 +20,6 @@ function|script|GameRules
if (.@l$[0] == "zh") goto L_zhHant;
if (.@l$[0] == "ru") goto L_Russian;
- mes "[Game Rules]";
mes "Please select a language:";
menu
"English", L_English,