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

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

hello;

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