summaryrefslogblamecommitdiff
path: root/npc/000-2-3/piousrocket.txt
blob: a18b042c204f34c99df45ed08efd967e8df26d62 (plain) (tree)
1
2
3
4
5
6
7



                
                    
 
                                             




                 
            



                 
// Evol scripts.
// Authors:
//    Ablu
// Description:
//    Jumping pious.

000-2-3.gat,27,23,4,2	script	#name	308,{
    setnpcdir 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;
    end;
}