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

003-1,55,82,0	script	Inac	NPC_MONA,{


hello;

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