summaryrefslogtreecommitdiff
path: root/npc/new_20-1-woodland-village/waitress.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-12 09:24:59 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-12 09:24:59 +0100
commit92edc7656445e89c7ce1d229970f03ff55708e5b (patch)
treeb4e713a304b211b3772e038dbff2b3024dac118c /npc/new_20-1-woodland-village/waitress.txt
parent6670219b5862db29302161c9b84da732df14fd05 (diff)
downloadserverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.gz
serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.bz2
serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.xz
serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.zip
Converted some files from DOS to UNIX newlines
Diffstat (limited to 'npc/new_20-1-woodland-village/waitress.txt')
-rw-r--r--npc/new_20-1-woodland-village/waitress.txt102
1 files changed, 51 insertions, 51 deletions
diff --git a/npc/new_20-1-woodland-village/waitress.txt b/npc/new_20-1-woodland-village/waitress.txt
index d5e1ad20..6cf9791b 100644
--- a/npc/new_20-1-woodland-village/waitress.txt
+++ b/npc/new_20-1-woodland-village/waitress.txt
@@ -1,51 +1,51 @@
-// Waitress
-
-new_20-1.gat,60,52,0 script Melinda 140,{
- if (zeny < 180) goto L_NoMoney;
- mes "[Melinda]";
- mes "\"Hi sweety! Want a fresh beer for 170gp?\"";
- next;
-
- menu
- "\"Sure! [don't tip]\"", -,
- "Sure! [tip 5gp]", L_5Tip,
- "Sure! [tip 10gp]", L_10Tip,
- "Nah, maybe later.", L_No;
-
- mes "[Melinda]";
- mes "Pff... nickel nurser!";
- next;
- set zeny,zeny-170;
- getitem 539,1;
- close;
-
-L_5Tip:
- mes "[Melinda]";
- mes "\"Here you go, sweethearth!\"";
- next;
- set zeny,zeny-175;
- getitem 539,1;
- close;
-
-L_10Tip:
- mes "[Melinda]";
- mes "\"Thank you, sweety! Want me to hear a secret?\"";
- next;
- set zeny,zeny-180;
- getitem 539,1;
- menu
- "What's it, darling?", -,
- "Nah, I don't feel like chatting.", L_No;
- mes "[Melinda]";
- mes "\"The bowmaking master in this village used to construct exceptional bows. When you want one you should go and ask him.\"";
- close;
-
-L_No:
- mes "[Melinda]";
- mes "\"Just call me when you've changed your mind.\"";
- close;
-
-L_NoMoney:
- mes "\"You look broke. Don't think that you can dine and dash here!\"";
- close;
-}
+// Waitress
+
+new_20-1.gat,60,52,0 script Melinda 140,{
+ if (zeny < 180) goto L_NoMoney;
+ mes "[Melinda]";
+ mes "\"Hi sweety! Want a fresh beer for 170gp?\"";
+ next;
+
+ menu
+ "\"Sure! [don't tip]\"", -,
+ "Sure! [tip 5gp]", L_5Tip,
+ "Sure! [tip 10gp]", L_10Tip,
+ "Nah, maybe later.", L_No;
+
+ mes "[Melinda]";
+ mes "Pff... nickel nurser!";
+ next;
+ set zeny,zeny-170;
+ getitem 539,1;
+ close;
+
+L_5Tip:
+ mes "[Melinda]";
+ mes "\"Here you go, sweethearth!\"";
+ next;
+ set zeny,zeny-175;
+ getitem 539,1;
+ close;
+
+L_10Tip:
+ mes "[Melinda]";
+ mes "\"Thank you, sweety! Want me to hear a secret?\"";
+ next;
+ set zeny,zeny-180;
+ getitem 539,1;
+ menu
+ "What's it, darling?", -,
+ "Nah, I don't feel like chatting.", L_No;
+ mes "[Melinda]";
+ mes "\"The bowmaking master in this village used to construct exceptional bows. When you want one you should go and ask him.\"";
+ close;
+
+L_No:
+ mes "[Melinda]";
+ mes "\"Just call me when you've changed your mind.\"";
+ close;
+
+L_NoMoney:
+ mes "\"You look broke. Don't think that you can dine and dash here!\"";
+ close;
+}