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

003-1,70,100,0	script	Swezanne	450,{


hello;

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