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

003-1,41,80,0	script	Cyndala	450,{

hello;

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