summaryrefslogblamecommitdiff
path: root/npc/001-1/treeleaf.txt
blob: 08d51094b9ce4a7bcee4e71936963a2a4cce6d44 (plain) (tree)




















                                             
// Evol scripts.
// Author:
//    Ablu
// Description:
//    Jumping piou.

001-1,39,54,4	script	#treeleaf0	909,{
    setnpcdir 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer2800:
    setnpcdir 4;
    stopnpctimer;
    end;

OnInit:
    setnpcdistance 3;
    end;
}