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

               
                   
 
                                               
 


                 
 

          
            

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

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

    setnpcdir 2;
    stopnpctimer;
    initnpctimer;

    close;

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;

    end;

}