summaryrefslogtreecommitdiff
path: root/npc/020-1/eomie.txt
blob: c96389ca3d75bd955cdf0e148d84319216c09d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Eomie, the real Nature Mage. Whatever Hocus is saying.
// THIS IS A PLACEHOLDER!

020-1,76,96,0	script	Eomie	NPC_EOMIE,{
    speech
        l("Hi!"),
        l("Did you talk to Hocus already? He will tell you about salad, again."),
        l("Sometimes I think he is more a chef but a mage, but oh well, everybody should do what suits him best.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}