summaryrefslogtreecommitdiff
path: root/npc/009-2/yalina.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2/yalina.txt')
-rw-r--r--npc/009-2/yalina.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/009-2/yalina.txt b/npc/009-2/yalina.txt
new file mode 100644
index 00000000..1f8a889c
--- /dev/null
+++ b/npc/009-2/yalina.txt
@@ -0,0 +1,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;
+}