summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1_Beach/stranger.txt11
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;