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

003-1,63,141,0	script	Itka	NPC_MONA,{


hello;

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