summaryrefslogtreecommitdiff
path: root/npc/020-2-15/eleanore.txt
blob: f650d96ede70b3876cbfb6c23a63cf55d3dbffa2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// The Mana World Script
// Author:
//  Jesusalva
// Description:
//  Elenaore the Healer (aka. Elanore)
// THIS IS A PLACEHOLDER!

020-2-15,43,27,0	script	Eleanore	NPC_REBECCA,{
    mesn;
    mesq l("Please do not disturb the patients.");
    close;

OnInit:
    .distance = 4;
    end;
}