summaryrefslogblamecommitdiff
path: root/npc/000-2-1/q'onan.txt
blob: 5561fe98a7195d3eed77e4817b64ba146d9160cf (plain) (tree)
1
2
3
4
5
6
7
8
9
                

           
                    
               
                               
 
                                                        
           


          
                  
                     
        
 
// Evol scripts.
// Authors:
//    Alige
//    Vasily_Makarov
// Description:
//    Sleeping and snoring NPC.

000-2-1,53,38,0	script	Q'Onan#000-2-1	NPC_ORC_SAILOR,{
    asleep;
    close;

OnInit:
    .sex = G_MALE;
    setnpcdistance 2;
    end;
}