summaryrefslogtreecommitdiff
path: root/npc/003-1/jakod.txt
blob: 6d513d1dd6aadd5db1d69a12837097d89afd85e6 (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	450,{


hello;

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