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

003-1,51,73,0	script	Guard Yen	451,{


hello;

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