summaryrefslogtreecommitdiff
path: root/npc/001-1/eugene.txt
blob: 5300074beb0eb6b3a345af382ed8c40f74907369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Fishman NPC

001-1,113,120,0	script	Eugene	NPC_EUGENE,{
    mesn;
    mesq l("Ahoi.");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}