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

003-1,62,158,0	script	Guard Valou	451,{

 
hello;

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