summaryrefslogtreecommitdiff
path: root/npc/000-1/tarlan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/tarlan.txt')
-rw-r--r--npc/000-1/tarlan.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index b59fd86e..cbdd62ac 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -10,35 +10,35 @@
setnpcdir 2;
set @a, rand(4);
- if (@a == 0) goto L_HardToHit;
- if (@a == 1) goto L_Aouch;
- if (@a == 2) goto L_11;
- if (@a == 3) goto L_22;
+ if (@a == 0) goto l_HardToHit;
+ if (@a == 1) goto l_Aouch;
+ if (@a == 2) goto l_11;
+ if (@a == 3) goto l_22;
mesq l(".");
goto l_Close;
-L_HardToHit:
+l_HardToHit:
mesq l("These Croco Trees are full of Croconut, but they are so hard to hit.");
goto l_Close;
-L_Aouch:
+l_Aouch:
mesq l("Aouch! My head...");
next;
mesq l("Damned Croconut.");
goto l_Close;
-L_11:
+l_11:
mesq l(".");
goto l_Close;
-L_22:
+l_22:
mesq l(".");
-L_Close:
+l_Close:
setnpcdir 4;
close;