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

003-1,109,150,0	script	Silvia	450,{

hello;

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