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

003-1,103,106,0	script	Neko	NPC_MONA,{

hello;

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