summaryrefslogtreecommitdiff
path: root/npc/003-1/constableperry.txt
blob: 64ab70e4d4fd429ca865c3c42de57ccd14fbb5f3 (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	NPC_MOUBOO,{

hello;

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