summaryrefslogblamecommitdiff
path: root/npc/001-2-0/resa.txt
blob: e48971b8851577356775d9ba249b695d7bd24772 (plain) (tree)
1
2
3
4
5
6
7
8
9





                              
                                     

                  
          
 

                
                     
        
 
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Light Armor shop keeper.

001-2-0,37,28,0	script	Resa	117,{
    mesn;
    mesq l("Hi.");
    close;

OnInit:
    setnpcsex 0;
    setnpcdistance 2;
    end;
}