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



                
                    
 
                                               
 


                 
 

          
            

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

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

    setnpcdir 2;
    stopnpctimer;
    initnpctimer;

    close;

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;

    end;

}