summaryrefslogtreecommitdiff
path: root/npc/009-2/yalina.txt
blob: 1f8a889ca83f2c9443d4c2fd1187de573b8c94fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
009-2,148,47,0	script	Yalina	NPC209,{
    @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.\"";
    @npcname$ = "";
    close;
}