diff options
author | Reid <reidyaro@gmail.com> | 2016-01-17 04:58:31 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-17 04:58:31 +0100 |
commit | a284bcc81043590cea5a9f886289543ed8aa6773 (patch) | |
tree | fc60960c23925572b36e119aaa748dc12630dbec | |
parent | 42d32d163c96d6500089fabbccedae01a244a933 (diff) | |
download | serverdata-a284bcc81043590cea5a9f886289543ed8aa6773.tar.gz serverdata-a284bcc81043590cea5a9f886289543ed8aa6773.tar.bz2 serverdata-a284bcc81043590cea5a9f886289543ed8aa6773.tar.xz serverdata-a284bcc81043590cea5a9f886289543ed8aa6773.zip |
Add a quit dialogue on Kaylo's select/menu.
-rw-r--r-- | npc/001-2-27/kaylo.txt | 5 |
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; |