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

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


hello;

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