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

003-1,109,129,0	script	Luca	NPC_MONA,{


hello;

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