summaryrefslogtreecommitdiff
path: root/npc/000-2-2
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-2
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-2')
-rw-r--r--npc/000-2-2/doors.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index 77c8f6f65..0cb554168 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -9,27 +9,27 @@
000-2-2.gat,48,29,0,1 script DoorUpwards 0,0,0,{
OnTouch:
- if (getmapmobs("000-2-2.gat") > 0) goto l_Warn;
+ if (getmapmobs("000-2-2.gat") > 0) goto L_Warn;
- goto l_Warp;
+ goto L_Warp;
-l_Warn:
+L_Warn:
set @q, getq(ShipQuests_Peter);
- if (@q == 5) goto l_Warp;
+ if (@q == 5) goto L_Warp;
mesn "Narrator";
mes col(l("There are still some rattos left! Do you want to abort the quest?"), 9);
next;
menu
- l("Yes."), l_Warp,
+ l("Yes."), L_Warp,
l("No."), -;
warp "000-2-2", 48, 28;
closedialog;
close;
-l_Warp:
+L_Warp:
warp "000-2-1", 72, 36;
closedialog;
close;
@@ -45,14 +45,14 @@ OnTouch:
next;
menu
- rif(countitem("JohanneKey") > 0, l("Use the key.")), l_Warp,
- l("Break the door."), l_Break,
+ rif(countitem("JohanneKey") > 0, l("Use the key.")), L_Warp,
+ l("Break the door."), L_Break,
l("Go away."), -;
closedialog;
close;
-l_Break:
+L_Break:
mes "";
mesn "Narrator";
@@ -60,7 +60,7 @@ l_Break:
close;
-l_Warp:
+L_Warp:
mes "";
mesn "Narrator";
mes col(l("Wait, it seems someone is blocking the door from the other side!"), 9);