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

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


hello;

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