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

003-1,63,105,0	script	Gladys	450,{


hello;

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