summaryrefslogblamecommitdiff
path: root/npc/000-2-3/piousrocket.txt
blob: 327c1a03fe68d597f1fb2f6069bb4d7686925c43 (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,{

    setnpcdir 2;
    stopnpctimer;
    initnpctimer;

    close;

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;

    end;

}