summaryrefslogblamecommitdiff
path: root/npc/003-1/michel.txt
blob: 3c70f7e8158cf27ca38a52354b1953ad08444af5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                     
// Author:
//    Saulc

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


hello;

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