diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-18 19:50:59 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-18 19:50:59 +0200 |
commit | 856ab6deb68829d37e8fb8e8717aefacfe9f37e6 (patch) | |
tree | b5b29c6fc1554990ac8f67c25f9f8e04c4b61be1 /npc | |
parent | cd58c4bca0a121e94bf51ef52fa15fe3f9853fd7 (diff) | |
download | serverdata-856ab6deb68829d37e8fb8e8717aefacfe9f37e6.tar.gz serverdata-856ab6deb68829d37e8fb8e8717aefacfe9f37e6.tar.bz2 serverdata-856ab6deb68829d37e8fb8e8717aefacfe9f37e6.tar.xz serverdata-856ab6deb68829d37e8fb8e8717aefacfe9f37e6.zip |
making the quiz available during the whole event time
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1_Beach/stranger.txt | 11 |
1 files changed, 4 insertions, 7 deletions
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; |