summaryrefslogtreecommitdiff
path: root/npc/020-1/eomie.txt
blob: 48632ac777bdce08156c59dcb286fa7a6ca8c140 (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:
    .sex = GENDER_MALE;
    .distance = 4;
    end;
}