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

               
                   
 
           
                                             




                 
            



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

// Size = 3
000-2-3,27,23,4	script	#piourocket	408,{
    setnpcdir 2;
    stopnpctimer;
    initnpctimer;
    close;

OnTimer1420:
    setnpcdir 4;
    stopnpctimer;
    end;
}