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

003-1,58,128,0	script	Guard Moustacha	451,{

 
hello;

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