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

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

hello;

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