summaryrefslogtreecommitdiff
path: root/npc/000-1/chest.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/chest.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/chest.txt')
-rw-r--r--npc/000-1/chest.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index 06dfb3e4c..dd1d3f88d 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -14,15 +14,15 @@
000-1.gat,83,70,0 script #chest 316;2,{
set @q, getq(ShipQuests_TreasureChest);
- if (getnpcdir ("") == 4) goto l_Give;
+ if (getnpcdir ("") == 4) goto L_Give;
setnpcdir 2;
initnpctimer;
startnpctimer;
close;
-l_Give:
- if (@q > 0) goto l_Close;
+L_Give:
+ if (@q > 0) goto L_Close;
callfunc "InventoryPlace", 514, 1;
@@ -32,7 +32,7 @@ l_Give:
getitem "OldBook", 1;
npctalk3 l("You open the treasure chest.");
-l_Close:
+L_Close:
setnpcdir 6;
initnpctimer;
startnpctimer;