summaryrefslogtreecommitdiff
path: root/npc/000-1/darlin.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/darlin.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/darlin.txt')
-rw-r--r--npc/000-1/darlin.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 32d58413..04eff9d8 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -24,7 +24,7 @@
menu
l("Yes!"), -,
- l("No!"), l_Quit;
+ l("No!"), L_Quit;
setcamnpc;
mes "";
@@ -39,12 +39,12 @@
menu
l("I do feel better!"), -,
- l("Why don't you come down to talk?"), l_GoDown;
+ l("Why don't you come down to talk?"), L_GoDown;
mes "";
menu
l("And you, how are you doing?"), -,
- l("But I need to go, see you!"), l_Bye;
+ l("But I need to go, see you!"), L_Bye;
setcamnpc;
mes "";
@@ -69,8 +69,8 @@
restorecam;
menu
- l("I said... WHY DON'T YOU COME DOWN TO TALK?"), l_GoDown,
- l("I SAID, SEE YOU LATER!"), l_Bye,
+ l("I said... WHY DON'T YOU COME DOWN TO TALK?"), L_GoDown,
+ l("I SAID, SEE YOU LATER!"), L_Bye,
l("I'M CALLED, @@!", strcharinfo(0)), -;
setcamnpc;
@@ -84,7 +84,7 @@
menu
l("I'm looking for Gugli, where is he?"), -,
- l("I need to go, sorry."), l_Bye;
+ l("I need to go, sorry."), L_Bye;
setcamnpc;
mes "";
@@ -97,7 +97,7 @@
close;
-l_GoDown:
+L_GoDown:
setcamnpc;
mes "";
mesn;
@@ -111,32 +111,32 @@ l_GoDown:
menu
l("Have you seen anything dangerous?"), -,
- l("Interesting... I'll leave you to your task then!"), l_Bye;
+ l("Interesting... I'll leave you to your task then!"), L_Bye;
mes "";
mesn;
- if (@q > 0) goto l_DangerAround;
+ if (@q > 0) goto L_DangerAround;
setcamnpc;
mesq l("Oh no, but I've noticed a weird light on the other edge of this island, I wonder what it can be...");
close;
-l_Bye:
+L_Bye:
setcamnpc;
npctalk3 l("FINE, BYE!");
closedialog;
close;
-l_DangerAround:
+L_DangerAround:
setcamnpc;
mesq l("NOTHING ELSE OTHER THAN SHARKS AND AN ODD LIGHT!");
close;
-l_Quit:
+L_Quit:
closedialog;
close;
}