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

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


hello;

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