summaryrefslogtreecommitdiff
path: root/npc/000-2-3/elmo.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-2-3/elmo.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-2-3/elmo.txt')
-rw-r--r--npc/000-2-3/elmo.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index 39e79e65..d2817b02 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -6,7 +6,7 @@
000-2-3.gat,27,27,0,1 script Elmo 309;5,{
set @q, getq(ShipQuests_ArpanMoney);
- if (@q == 1) goto l_GotMoney;
+ if (@q == 1) goto L_GotMoney;
mesn;
mesq l("Hey you, sorry for leaving your room so quickly, I needed to... Speak with the captain about... The reserve. You know, now that we have a new mouth to feed, we need to check what we have.");
@@ -15,7 +15,7 @@
next;
menu
- l("Yes, Arpan gave me these clothes."), l_OhGood,
+ l("Yes, Arpan gave me these clothes."), L_OhGood,
l("No."), -;
mes "";
@@ -26,14 +26,14 @@
close;
-l_OhGood:
+L_OhGood:
mes "";
mesn;
mesq l("Oh good! Did he give you your money back as well?");
next;
menu
- l("Yes he did."), l_OhHeDid,
+ l("Yes he did."), L_OhHeDid,
l("He told me nothing about that."), -;
mes "";
@@ -42,14 +42,14 @@ l_OhGood:
close;
-l_OhHeDid:
+L_OhHeDid:
mes "";
mesn;
mesq l("Ok, be patient a little while longer, in the next few days we will arrive at the port of Artis...");
close;
-l_GotMoney:
+L_GotMoney:
mesn;
mesq l("Be patient a little while longer, in the next few days we will arrive at the port of Artis...");
next;