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, 0 insertions, 22 deletions
diff --git a/npc/001-1/treeleaf.txt b/npc/001-1/treeleaf.txt
deleted file mode 100644
index dd1280a6..00000000
--- a/npc/001-1/treeleaf.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-// 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;
-}