summaryrefslogblamecommitdiff
path: root/npc/001-1/treeleaf.txt
blob: b8577496c002dbca102de1be6bb73467cb269a7e (plain) (tree)
1
2
3
4
5
6
7

                
                
               
                       
 
                                                       










                 
                  

        
// 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:
    .distance = 1;
    end;
}