From e7555990a4d5811bfc0d05dcca4bbc0bda2289bd Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 11 Dec 2008 18:16:56 +0000 Subject: Alter rules function to return read status --- npc/functions/game_rules.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/functions/game_rules.txt') 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; } -- cgit v1.2.3-70-g09d2