summaryrefslogtreecommitdiff
path: root/npc/000-2-3/nard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-3/nard.txt')
-rw-r--r--npc/000-2-3/nard.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 9ca42ccd..cd2bd0ec 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -231,6 +231,7 @@ L_GoBackArtis:
l("Enough of this island?"),
l("Where would you like to go now?");
switch (select(l("Let's go to Artis."),
+ l("Tell me, where are we right now?"),
l("I would like to stay here a bit more.")))
{
case 1:
@@ -249,7 +250,13 @@ L_GoBackArtis:
closedialog;
close;
+
case 2:
+ closedialog;
+ npctalk3 l("This is Drasil Island, I named it after an ancient mythical tree.");
+ close;
+
+ case 3:
speech 5,
l("Ok I stay here with my paperwork if you need my help.");