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

003-1,89,109,0	script	Michel	NPC_MONA,{


hello;

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