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

003-1,109,109,0	script	Inar	NPC_MONA,{


hello;

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