From cc9da83fbc6709eedf6a041bb2e2ad1df1acbdbf Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 10 Jan 2011 21:56:19 +0100 Subject: adding npc to give bowler hat changing the game_rules function to save the players starting date cindy quest: minor fix in dialogue --- npc/001-1_Tulimshar/guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/001-1_Tulimshar/guide.txt') diff --git a/npc/001-1_Tulimshar/guide.txt b/npc/001-1_Tulimshar/guide.txt index b7f999c7..651a658f 100644 --- a/npc/001-1_Tulimshar/guide.txt +++ b/npc/001-1_Tulimshar/guide.txt @@ -166,7 +166,7 @@ L_TooMany: return; OnTouch: - if (TUT_var & 1 == 1) close; + if (TUT_var != 0) close; callfunc "GameRules"; mes "Ian, the trainer, can help you get to know the game."; close; -- cgit v1.2.3-70-g09d2