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

003-1,40,49,0	script	Ched	NPC_MONA,{

hello;

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