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


          
      
 
                         
 
          
 
 
// Evol scripts.
// Author:
//    Vasily_Makarov
// Description:
//    Sleeping and snoring NPC.

000-2-1.gat,53,38,0,1	script	Q'Onan	302;2,{

    set @q, rand(2);
    if (@q == 0) goto l_Zzz;

    npctalk "Rrrr... Pchhhh...";

    close;

l_Zzz:

    npctalk3 "Zzzzzzzzz";

    close;

}