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