summaryrefslogtreecommitdiff
path: root/npc/000-1/couwan.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-08-08 17:36:55 +0100
committerReid Yaro <reidyaro@gmail.com>2013-08-08 17:36:55 +0100
commit19bf0cd9b2848cce57bf6f796a5e19bc67fdd004 (patch)
tree5c41efb198f70abe45f53d857cdf5cc0d8b11af3 /npc/000-1/couwan.txt
parent4db83bef44332fa05cfa42fdce9d985584206ce7 (diff)
downloadserverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.tar.gz
serverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.tar.bz2
serverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.tar.xz
serverdata-19bf0cd9b2848cce57bf6f796a5e19bc67fdd004.zip
Change every label names from l_ to L_ .
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r--npc/000-1/couwan.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index 9789e599..1c2319f8 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -13,8 +13,8 @@
000-1.gat,89,36,0,1 script Couwan 111;2,{
set @q, getq(ShipQuests_Couwan);
- if (@q == 1) goto l_QuestGiven;
- if (@q > 1) goto l_QuestDone;
+ if (@q == 1) goto L_QuestGiven;
+ if (@q > 1) goto L_QuestDone;
mesn;
mesq l("Hello yeye.");
@@ -24,7 +24,7 @@
menu
l("Very nice, indeed!"), -,
- l("I don't see anything else than... water?"), l_Water;
+ l("I don't see anything else than... water?"), L_Water;
mes "";
mesn;
@@ -35,7 +35,7 @@
menu
l("Sure, but what will I get in exchange?"), -,
- l("I'm sorry, I don't have time right now."), l_Decline;
+ l("I'm sorry, I don't have time right now."), L_Decline;
mes "";
mesn;
@@ -53,7 +53,7 @@
setq ShipQuests_Couwan, 1;
close;
-l_Water:
+L_Water:
mes "";
mesn;
mesq l("Yeye's brain is probably still full of sea water if yeye can't see the beauty of this place.");
@@ -62,14 +62,14 @@ l_Water:
close;
-l_Decline:
+L_Decline:
mes "";
mesn;
mesq l("Stupid yeye...");
close;
-l_QuestGiven:
+L_QuestGiven:
mesn;
mesq l("What are you looking at?");
next;
@@ -77,7 +77,7 @@ l_QuestGiven:
close;
-l_QuestDone:
+L_QuestDone:
mesn;
mesq l("What are you looking at?");
next;