summaryrefslogtreecommitdiff
path: root/npc/003-1/eomie.txt
blob: d3f406139ca248ae95084c902ffb1e521581b8b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Author:
//    Saulc
// Notes: Eomie did the bug bomb at Candor

003-1,68,24,0	script	Eomie	NPC_MONA,{

hello;

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