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





                
                                           

                  


                

       
                  
                     
                
        



                
 
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Librarian

001-2-4,51,35,4	script	Terry	NPC_TERRY,{
    mesn;
    mesq l("Hi.");
    next;
    mesq l("");
    goto L_Quit;

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

L_Quit:
    setnpcdir 2;
    close;
}