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

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

hello;

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