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

003-1,35,34,0	script	Guard Falko	451,{

 
hello;

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