summaryrefslogtreecommitdiff
path: root/npc/000-2-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-2-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-2-1/chest.txt')
-rw-r--r--npc/000-2-1/chest.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index e409fa7da..6071157f2 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -13,16 +13,16 @@
000-2-1.gat,51,37,0 script Chest 317;2,{
set @q, getq(ShipQuests_Arpan);
- if (@q == 0) goto l_Talk;
- if (getnpcdir ("") == 4) goto l_Give;
+ if (@q == 0) goto L_Talk;
+ if (getnpcdir ("") == 4) goto L_Give;
setnpcdir 2;
initnpctimer;
startnpctimer;
close;
-l_Give:
- if (@q > 1) goto l_Quit;
+L_Give:
+ if (@q > 1) goto L_Quit;
set @item, 1300;
set @count, 2;
callfunc "InventoryPlace", 1300, 2;
@@ -31,7 +31,7 @@ l_Give:
getitem "CreasedShirt", 1;
getitem "CreasedShorts", 1;
npctalk3 l("You take the clothes from the chest.");
- goto l_Quit;
+ goto L_Quit;
OnTimer220:
stopnpctimer;
@@ -39,12 +39,12 @@ OnTimer220:
if (getnpcdir ("") == 6) setnpcdir 0;
end;
-l_Talk:
+L_Talk:
npctalk3 l("You should talk to Magic Arpan first.");
close;
-l_Quit:
+L_Quit:
setnpcdir 6;
initnpctimer;
startnpctimer;