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

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

hello;

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