summaryrefslogtreecommitdiff
path: root/npc/000-1/lean.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/lean.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/lean.txt')
-rw-r--r--npc/000-1/lean.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index bf21be4d..4558f561 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -18,10 +18,10 @@
next;
menu
- rif(@gugli == 1, l("Well, I was in fact looking for them. Where are they now?")), l_Sailors,
- l("Wait... Where are we going?"), l_Artis;
+ rif(@gugli == 1, l("Well, I was in fact looking for them. Where are they now?")), L_Sailors,
+ l("Wait... Where are we going?"), L_Artis;
-l_Artis:
+L_Artis:
mes "";
mesn;
mesq l("Artis of course!");
@@ -30,9 +30,9 @@ l_Artis:
next;
mesq l("If you're looking for us there, mostly all of us will be at Pedro's restaurant and in the Inn for Silvio's case...");
- goto l_Close;
+ goto L_Close;
-l_Sailors:
+L_Sailors:
mes "";
mesn;
mesq l("They are all around the island.");
@@ -45,7 +45,7 @@ l_Sailors:
next;
menu
- l("Thank you for your help."), l_Close,
+ l("Thank you for your help."), L_Close,
l("Gugli mentioned six sailors. What about the others?"), -;
mes "";
@@ -56,6 +56,6 @@ l_Sailors:
close;
-l_Close:
+L_Close:
callfunc "GoodBye";
}