summaryrefslogtreecommitdiff
path: root/npc/001-2-27/kaylo.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-17 04:58:31 +0100
committerReid <reidyaro@gmail.com>2016-01-17 04:58:31 +0100
commita284bcc81043590cea5a9f886289543ed8aa6773 (patch)
treefc60960c23925572b36e119aaa748dc12630dbec /npc/001-2-27/kaylo.txt
parent42d32d163c96d6500089fabbccedae01a244a933 (diff)
downloadserverdata-a284bcc81043590cea5a9f886289543ed8aa6773.tar.gz
serverdata-a284bcc81043590cea5a9f886289543ed8aa6773.tar.bz2
serverdata-a284bcc81043590cea5a9f886289543ed8aa6773.tar.xz
serverdata-a284bcc81043590cea5a9f886289543ed8aa6773.zip
Add a quit dialogue on Kaylo's select/menu.
Diffstat (limited to 'npc/001-2-27/kaylo.txt')
-rw-r--r--npc/001-2-27/kaylo.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-2-27/kaylo.txt b/npc/001-2-27/kaylo.txt
index 0f9d8292..641fd93b 100644
--- a/npc/001-2-27/kaylo.txt
+++ b/npc/001-2-27/kaylo.txt
@@ -11,7 +11,8 @@
switch (select (
l("Let's make a trade."),
l("What's wrong with your clothes?"),
- l("What is this place?")))
+ l("What is this place?"),
+ l("See you.")))
{
case 1:
closedialog;
@@ -28,6 +29,8 @@
l("You are on the Blacksmith's house, by Jove!"),
l("Don is a renowned blacksmith throughout Andorra it's crazy that you don't know about him.");
break;
+ case 4:
+ break;
}
goodbye;