summaryrefslogtreecommitdiff
path: root/npc/000-1/tarlan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-06-13 20:38:45 +0200
committerReid <reidyaro@gmail.com>2012-06-13 20:38:45 +0200
commitb57db5ddac56d20fd01d7f9f68195c0dc495b1b9 (patch)
tree5351c6b2e8bbf2f08d754227a22662983eba6208 /npc/000-1/tarlan.txt
parent42babbf3c88ee43abe1e319819c1a6f6877a0dfb (diff)
downloadserverdata-b57db5ddac56d20fd01d7f9f68195c0dc495b1b9.tar.gz
serverdata-b57db5ddac56d20fd01d7f9f68195c0dc495b1b9.tar.bz2
serverdata-b57db5ddac56d20fd01d7f9f68195c0dc495b1b9.tar.xz
serverdata-b57db5ddac56d20fd01d7f9f68195c0dc495b1b9.zip
Update 000-2-3 wlk,
Correct an incorect gender tag on julia.txt, Add direction on tarlan script.
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 5284fc5d4..b59fd86e8 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