summaryrefslogtreecommitdiff
path: root/npc/001-2-24/nard.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-24/nard.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-24/nard.txt')
-rw-r--r--npc/001-2-24/nard.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-24/nard.txt b/npc/001-2-24/nard.txt
index 422eca36..6c845838 100644
--- a/npc/001-2-24/nard.txt
+++ b/npc/001-2-24/nard.txt
@@ -41,7 +41,7 @@
l("How long will you stay here?"), -,
rif(.@q > 0, lg("I'm lost, where should I go?")), L_Lost;
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("We just returned from a long journey and Artis is a good city to rest and to conclude our exchange."),
l("I think that we will stay in port for a great time."),
l("Although, if you want to visit a place nearby, we could take you there."),
@@ -51,7 +51,7 @@
l("Nowhere, I'm fine here.")))
{
case 1:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Let's set sail then!");
savepoint "000-2-1", 50, 38;
@@ -67,7 +67,7 @@
closedialog;
close;
case 2:
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Ok we stay docked here if you need our help.");
closedialog;