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

003-1,58,158,0	script	Guard Benji	451,{


hello;

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