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

003-1,47,75,0	script	Constable Perry	449,{

hello;

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