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

OnTimer2800:
    setnpcdir 4;
    stopnpctimer;
    end;

OnInit:
    setnpcdistance 1;
    end;
}