summaryrefslogtreecommitdiff
path: root/npc/003-1/tinris.txt
blob: de267dff8e2a5bf6e23300aa380fb1e2f5a3e50b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Author:
//    Saulc

003-1,66,30,0	script	Tinris	NPC_MONA,{

hello;

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