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

003-1,46,79,0	script	Mahoud	NPC_MONA,{


hello;

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