summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/game_rules.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/game_rules.txt b/npc/functions/game_rules.txt
index 83e69d73..d486e6f9 100644
--- a/npc/functions/game_rules.txt
+++ b/npc/functions/game_rules.txt
@@ -1,6 +1,8 @@
//
function script GameRules {
+ set @read, 0;
+
menu
"English", L_English,
"Deutsch (German)", L_German,
@@ -132,6 +134,7 @@ L_Polish:
goto L_End;
L_End:
+ set @read, 1;
set TUT_var, TUT_var | 1;
return;
}