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.txt33
1 files changed, 32 insertions, 1 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index 5284fc5d..b59fd86e 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -7,8 +7,39 @@
000-1.gat,35,43,0,1 script Tarlan 315,{
mesn;
- mesq l("");
+ 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;
+
+ mesq l(".");
+
+ goto l_Close;
+
+L_HardToHit:
+ mesq l("These Croco Trees are full of Croconut, but they are so hard to hit.");
+
+ goto l_Close;
+
+L_Aouch:
+ mesq l("Aouch! My head...");
+ next;
+ mesq l("Damned Croconut.");
+
+ goto l_Close;
+
+L_11:
+ mesq l(".");
+ goto l_Close;
+
+L_22:
+ mesq l(".");
+
+L_Close:
+ setnpcdir 4;
close;
} \ No newline at end of file