summaryrefslogtreecommitdiff
path: root/npc/010-2_Dimonds_Cove/dimonds.txt
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-02-11 19:40:15 +0100
committerStefan Beller <stefanbeller@googlemail.com>2011-02-11 19:40:15 +0100
commite064b9cfff412a1774db16c01a230e56705a6d27 (patch)
treeb475d3db933d812f93f4578c99b10ef183d795e7 /npc/010-2_Dimonds_Cove/dimonds.txt
parent70841aecae588b789f839e525998b385813fc738 (diff)
downloadserverdata-e064b9cfff412a1774db16c01a230e56705a6d27.tar.gz
serverdata-e064b9cfff412a1774db16c01a230e56705a6d27.tar.bz2
serverdata-e064b9cfff412a1774db16c01a230e56705a6d27.tar.xz
serverdata-e064b9cfff412a1774db16c01a230e56705a6d27.zip
remove spaces
Diffstat (limited to 'npc/010-2_Dimonds_Cove/dimonds.txt')
-rw-r--r--npc/010-2_Dimonds_Cove/dimonds.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/010-2_Dimonds_Cove/dimonds.txt b/npc/010-2_Dimonds_Cove/dimonds.txt
index 8cceeea8..e1096ded 100644
--- a/npc/010-2_Dimonds_Cove/dimonds.txt
+++ b/npc/010-2_Dimonds_Cove/dimonds.txt
@@ -42,15 +42,15 @@
set @month, 1;
set @start_day, 24;
set @end_day, 26;
- if (gettime(6) != @month) goto no_event;
- if (gettime(5) < @start_day) goto no_event;
- if (gettime(5) > @end_day) goto no_event;
+ if (gettime(6) != @month) goto no_event;
+ if (gettime(5) < @start_day) goto no_event;
+ if (gettime(5) > @end_day) goto no_event;
if (gettimetick(2)-TUT_var < 2*7*86400 ) //player must be created at least 2 weeks ago
goto no_event;
if (FLAGS & FLAG_HAS_BOWLER_BURNSDAY ) goto event_done;
getinventorylist;
if (@inventorylist_count == 100) goto L_Full_Inv;
-
+
mes "[Shanon]";
mes "\"Welcome to Dimond's Cove. We are celebrating Robert Burns with supper and poems. You provide the supper and I'll provide a poem by Robert Burns. He was otherwise known as 'The Bard' and wrote many poems. The music of language is what I love most. The language of poetry. While his accent is thick, his poems tell stories that stir the soul. I'll read a poem by him and you can tell me what you think.\"";
next;
@@ -206,7 +206,7 @@
mes "\"Well, that was the poem. What do you think of it?\"";
menu
"It was a bit long and kind of hard to understand, but thanks for reading.", -;
-
+
mes "[Shanon]";
mes "\"Well, thanks for coming to the supper. Also, thanks for helping me make it through the poem. Here, take this hat. When you wear it, wear it with the class you showed me today. Happy Burns' Supper!\"";
getinventorylist;
@@ -214,12 +214,12 @@
getitem "bowlerhat", 1;
set FLAGS, FLAGS | FLAG_HAS_BOWLER_BURNSDAY;
close;
-
+
no_event:
mes "[Shanon]";
mes "\"I'm a traveling poet and admirer of Robert Burns.\"";
close;
-
+
event_done:
mes "[Shanon]";
mes "\"Ah, my dear friend. Good to see you again in this remarkable time of the year.\"";
@@ -384,7 +384,7 @@ L_Full_Inv:
next;
mes "\"Maybe you should turn away from the mundane world and get rid of this burden to change your view to the beauty of poetry.\"";
close;
-
+
food_menu:
setarray @choice_idx, 0,0,0,0,0,0;
setarray @choice$, "","","","","","";
@@ -438,7 +438,7 @@ L_nobeer:
@choice$[8],-,
@choice$[9],-,
@choice$[10],-;
-
+
set @choose, @menu - 1;
if (@choice_idx[@choose] == 0)
goto leave;
@@ -449,7 +449,7 @@ L_nobeer:
if ((countitem("Beer") != 0) && (@choice_idx[@choose] == @C_beer)) goto rem_item;
// fallthrough only when player remove the items while in menu, trying to cheat
- // the quest will need to be started again
+ // the quest will need to be started again
mes "\"What you are offering, you do not have. Do not try to betray me. Come back when you have better morals.\"";
close;