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

003-1,114,106,0	script	Malivox	NPC_MONA,{

 
hello;

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