From 856ab6deb68829d37e8fb8e8717aefacfe9f37e6 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 18 May 2011 19:50:59 +0200 Subject: making the quiz available during the whole event time --- npc/003-1_Beach/stranger.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'npc') diff --git a/npc/003-1_Beach/stranger.txt b/npc/003-1_Beach/stranger.txt index 6566fd0b..69bc9624 100644 --- a/npc/003-1_Beach/stranger.txt +++ b/npc/003-1_Beach/stranger.txt @@ -13,8 +13,7 @@ if (gettime(5) > @end_day) goto L_No_Event; if ((gettimetick(2)-TUT_var < 6*7*86400) || (baselevel < 42 )) //player must be created at least 6 weeks ago and at least level 42 goto L_No_Event; - if ((gettime(5) == @end_day) && (FLAGS & FLAG_TOWEL_HELPED)) goto L_Towel; - if (FLAGS & FLAG_TOWEL_HELPED) goto L_Come_Back; + if (FLAGS & FLAG_TOWEL_HELPED) goto L_Towel; mes "[Stranger]"; mes "\"Hello, hello! It's great to see you. Maybe you can help me with a little problem I have.\""; @@ -40,16 +39,14 @@ L_Items: mes "[Stranger]"; mes "\"Great! Thank you!\""; next; - if (gettime(5) == @end_day) goto L_Towel; -L_Come_Back: - mes "\"Excuse me, I have a lot of work to do now. Maybe you want to come back soon to celebrate Towel Day with me.\""; - close; + mes "\"I have a lot of work to do now. But before you leave...\""; + next; L_Towel: getinventorylist; if (@inventorylist_count == 100) goto L_Full_Inv; mes "[Stranger]"; - mes "\"Today is a very special day - Towel Day.\""; + mes "\"On May 25th it is a very special day - Towel Day.\""; next; mes "\"To celebrate this I'll ask you some questions about my favourite book, The Hitchhiker's Guide to the Galaxy. If you can answer them, I'll give you something very useful.\""; next; -- cgit v1.2.3-60-g2f50