summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/yalina.txt
blob: db701188dc97f2699073ee1c6081471fe6eff85b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
009-2,148,47,0|script|Yalina|209
{
    set @npcname$, "Yalina";

    mes "[" + @npcname$ + "]";
    mes "\"Ian knows a lot!  I had so many questions he helped me with!\"";
    next;
    mes "\"He rewards those that know what they are doing. When the Nurse stops healing you, check in with Ian.\"";
    set @npcname$, "";
    close;
}