summaryrefslogblamecommitdiff
path: root/npc/000-0-0/q'onan.txt
blob: 02f7602e6fc96f900da7c5d2bc4754981434e5c7 (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	402,{
    callfunc "Asleep";
    close;

OnInit:
    setnpcsex G_MALE;
    end;
}