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

003-1,62,76,0	script	Jakod	NPC_MONA,{


hello;

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