summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/bernard.txt
diff options
context:
space:
mode:
authorSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-21 13:15:29 +0300
committerSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-21 13:15:29 +0300
commitb9586203ca934ea787b6d917cdd94921b7e7f2c2 (patch)
tree4b2a449dfb2fb61bd75aedd1e4cd18a132ce151c /npc/001-1_Tulimshar/bernard.txt
parent9cc1783bc108842cfce916dc0e8cebf8c42ba25e (diff)
downloadserverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.gz
serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.bz2
serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.tar.xz
serverdata-b9586203ca934ea787b6d917cdd94921b7e7f2c2.zip
Moved the NPCs to follow the double-spacing standard (for punctuation) too.
Diffstat (limited to 'npc/001-1_Tulimshar/bernard.txt')
-rw-r--r--npc/001-1_Tulimshar/bernard.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/001-1_Tulimshar/bernard.txt b/npc/001-1_Tulimshar/bernard.txt
index 1cf63d8c..d5cfca1c 100644
--- a/npc/001-1_Tulimshar/bernard.txt
+++ b/npc/001-1_Tulimshar/bernard.txt
@@ -12,13 +12,13 @@
L_Opening0:
mes "[Bernard]";
- mes "\"Tulimshar is crawling with maggots. Hey, I need a favor, could you help me a bit?\"";
+ mes "\"Tulimshar is crawling with maggots. Hey, I need a favor, could you help me a bit?\"";
next;
goto L_Ask;
L_Opening1:
mes "[Bernard ]";
- mes "\"The taste of maggots in soup is... unforgettable, they taste simply divine! Would you help me kill some?\"";
+ mes "\"The taste of maggots in soup is... unforgettable, they taste simply divine! Would you help me kill some?\"";
next;
goto L_Ask;
@@ -34,13 +34,13 @@ L_Yes:
L_Req0:
mes "[Bernard]";
- mes "\"Great! I need a [Roasted Maggot] for my soup.\"";
+ mes "\"Great! I need a [Roasted Maggot] for my soup.\"";
next;
goto L_Set;
L_Req1:
mes "[Bernard]";
- mes "\"Bring me a [Roasted Maggot]. I'll give you something if you do.\"";
+ mes "\"Bring me a [Roasted Maggot]. I'll give you something if you do.\"";
next;
goto L_Set;
@@ -54,7 +54,7 @@ L_Progress:
if (countitem("RoastedMaggot") < 1) goto L_NotEnough;
mes "[Bernard]";
mes "\"Oooh, perfect! It's perfect!";
- mes "You brought me my Roasted Maggot! Here, have some cake for your troubles.\"";
+ mes "You brought me my Roasted Maggot! Here, have some cake for your troubles.\"";
getinventorylist;
if (@inventorylist_count - (countitem("RoastedMaggot") == 1) > 99 - (countitem("CherryCake") == 0) ) goto L_TooMany;
delitem "RoastedMaggot", 1;
@@ -66,8 +66,8 @@ L_Progress:
L_Progress2:
if (countitem("MaggotSlime") < 3) goto L_NotEnough1;
mes "[Bernard]";
- mes "\"Nice! They're perfect, just perfect!";
- mes "You brought me the 3 maggot slimes! Here, have some beer as reward.\"";
+ mes "\"Nice! They're perfect, just perfect!";
+ mes "You brought me the 3 maggot slimes! Here, have some beer as reward.\"";
getinventorylist;
if ((@inventorylist_count - (countitem("MaggotSlime") == 3) > 99 - (countitem("Beer") == 0) )) goto L_TooMany;
delitem "MaggotSlime", 3;
@@ -79,7 +79,7 @@ L_Progress2:
L_NotEnough:
mes "[Bernard]";
- mes "\"Oh, please hurry and bring me a [Roasted Maggot]. I'm yearning for maggot soup!\"";
+ mes "\"Oh, please hurry and bring me a [Roasted Maggot]. I'm yearning for maggot soup!\"";
close;
L_NotEnough1:
@@ -91,7 +91,7 @@ L_NotEnough1:
L_Done1:
mes "[Bernard]";
mes "\"Thank you so much!\"";
- mes "\"But... something is missing to make the soup creamy.\"";
+ mes "\"But... something is missing to make the soup creamy.\"";
next;
mes "\"I need 3 [Maggot Slime]s for that.\"";
mes "\"Bring them to me, and I'll give you something nice.\"";
@@ -112,6 +112,6 @@ L_No:
L_TooMany:
next;
mes "[Bernard]";
- mes "\"You don't have room for my reward. I'll wait until you do.\"";
+ mes "\"You don't have room for my reward. I'll wait until you do.\"";
close;
}