summaryrefslogtreecommitdiff
path: root/npc/001-1/lucas.txt
blob: aad347b8d652d3b2e75af1aefaf3cfc25be6b5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Reid
// Description:
//    Legion member.

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

    villagertalk();

    closeclientdialog;
    close;

OnInit:
    .bodytype = BODYTYPE_3;
    .distance = 3;
    end;
}