summaryrefslogblamecommitdiff
path: root/npc/003-1/jerican.txt
blob: 5a4a1cdb0f598be5d29055ad74bdd5de092a4e4c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                     
// Author:
//    Saulc

003-1,93,125,0	script	Jerican	450,{


hello;

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