summaryrefslogtreecommitdiff
path: root/npc/001-2-27/kaylo.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2017-08-19 20:52:22 +0200
committerReid <reidyaro@gmail.com>2017-08-19 20:52:22 +0200
commit0ea634980d06edb580d9872b71139e60012f5b91 (patch)
tree44d1105db985fef63984e64a3f670d15ac6485ac /npc/001-2-27/kaylo.txt
parent4a3d156faea0b1b4eaa16bb5039327a9862f3449 (diff)
downloadserverdata-0ea634980d06edb580d9872b71139e60012f5b91.tar.gz
serverdata-0ea634980d06edb580d9872b71139e60012f5b91.tar.bz2
serverdata-0ea634980d06edb580d9872b71139e60012f5b91.tar.xz
serverdata-0ea634980d06edb580d9872b71139e60012f5b91.zip
Replace bit flags by constants on narrator and speech functions.
Diffstat (limited to 'npc/001-2-27/kaylo.txt')
-rw-r--r--npc/001-2-27/kaylo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-27/kaylo.txt b/npc/001-2-27/kaylo.txt
index 7f283394..d1ee5205 100644
--- a/npc/001-2-27/kaylo.txt
+++ b/npc/001-2-27/kaylo.txt
@@ -5,7 +5,7 @@
// Kaylo is the Shield seller in Don's Blacksmith house on Artis.
001-2-27,27,28,0 script Kaylo#001-2-27 NPC_KAYLO,{
- speech 4,
+ speech S_LAST_NEXT,
lg("Hi customer! What do you want today?");
switch (select (
@@ -19,13 +19,13 @@
shop "Store#Shield001-2-27";
close;
case 2:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("I used a card to improve my clothes."),
l("There are two different kinds of cards, the first changes the style of your clothes, the second changes their stats."),
l("You should discuss with Don and Calypsan if you want to learn more about it, they are masters on this area!");
break;
case 3:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("You are in the Blacksmith's house, by Jove!"),
l("Don is a renowned blacksmith throughout Andorra, it's crazy that you never heard of him.");
break;