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

003-1,102,121,0	script	Guard Avou	451,{


hello;

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