summaryrefslogtreecommitdiff
path: root/npc/001-1/treeleaf.txt
blob: dd1280a69605ccc0dd5b437306202ac9eb54bf27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
}