blob: db701188dc97f2699073ee1c6081471fe6eff85b (
plain) (
tree)
|
|
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;
}
|