summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/yalina.txt
blob: 92055b48b85c25ec5a46caefe27aed0bee1fe5b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
009-2.gat,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;
}