summaryrefslogtreecommitdiff
path: root/npc/functions/sailordialogue.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/functions/sailordialogue.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/functions/sailordialogue.txt')
-rw-r--r--npc/functions/sailordialogue.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/functions/sailordialogue.txt b/npc/functions/sailordialogue.txt
index 4eb132bb..7ed802e0 100644
--- a/npc/functions/sailordialogue.txt
+++ b/npc/functions/sailordialogue.txt
@@ -8,18 +8,18 @@ function script SailorFood {
mesn;
set @q, rand(0, 400) / 100;
- if (@q == 0) goto l_RandomA;
- if (@q == 1) goto l_RandomB;
- if (@q > 1) goto l_RandomC;
+ if (@q == 0) goto L_RandomA;
+ if (@q == 1) goto L_RandomB;
+ if (@q > 1) goto L_RandomC;
-l_RandomA:
+L_RandomA:
mesq l("Hey.");
next;
mesq l("What did Gugli said about the box? Was it ok?");
next;
menu
- l("It's ok."), l_Fine,
+ l("It's ok."), L_Fine,
l("He needs more food."), -;
mes "";
@@ -28,21 +28,21 @@ l_RandomA:
close;
-l_Fine:
+L_Fine:
mes "";
mesn;
mesq l("It's alright! Just one more box and it'll be ok.");
close;
-l_RandomB:
+L_RandomB:
mesq l("Thanks for the help!");
next;
mesq l("These boxes are way too heavy to be brought alone onto the ship.");
close;
-l_RandomC:
+L_RandomC:
mesq l("I think that I'm soon done since I'll soon have a box full of @@s!", getitemlink("CrocClaw"));
next;
mesq l("And you? How's it going on your side?");