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





                                                   
                   
 
                      







                  
// Evol scripts.
// Author:
//    Reid
// Description:
//    Legion member.

001-1,59,44,0	script	Lucas#001-1	NPC_LUCAS,{

    villagertalk();

    closeclientdialog;
    close;

OnInit:
    .sex = G_MALE;
    .distance = 3;
    end;
}