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

003-1,58,100,0	script	Guard Popaul	451,{

 
hello;

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