summaryrefslogtreecommitdiff
path: root/npc/001-1/treeleaf.txt
blob: 1eefda2e311cda27c525e0e5244c2ffb7bab0596 (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,{
    setnpcdir 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer2800:
    setnpcdir 4;
    stopnpctimer;
    end;

OnInit:
    setnpcdistance 1;
    end;
}