summaryrefslogtreecommitdiff
path: root/npc/001-1/treeleaf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/treeleaf.txt')
-rw-r--r--npc/001-1/treeleaf.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/treeleaf.txt b/npc/001-1/treeleaf.txt
new file mode 100644
index 00000000..dd1280a6
--- /dev/null
+++ b/npc/001-1/treeleaf.txt
@@ -0,0 +1,22 @@
+// Evol scripts.
+// Authors:
+// Ablu
+// Reid
+// Description:
+// Falling tree leaf
+
+001-1,39,54,4 script #treeleaf0 NPC_TREE_LEAF,{
+ .dir = 2;
+ stopnpctimer;
+ initnpctimer;
+ close;
+
+OnTimer2800:
+ .dir = 4;
+ stopnpctimer;
+ end;
+
+OnInit:
+ .distance = 1;
+ end;
+}