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

           
                    

                               
 
                                                        
           


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

000-0-0,29,28,0	script	Q'Onan#000-0-0	NPC_ORC_SAILOR,{
    asleep;
    close;

OnInit:
    .sex = GENDER_HIDDEN;
    end;
}