summaryrefslogtreecommitdiff
path: root/npc/001-2-26
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-26
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-26')
-rw-r--r--npc/001-2-26/ivan.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/001-2-26/ivan.txt b/npc/001-2-26/ivan.txt
index 1f1dcc85..6028f01a 100644
--- a/npc/001-2-26/ivan.txt
+++ b/npc/001-2-26/ivan.txt
@@ -7,7 +7,7 @@
001-2-26,28,30,0 script Ivan NPC_IVAN,{
function ivan_description {
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("I am an alchemist, I bear the name of Ivan."),
l("I work under the protection and the supervision of the Legion of Aemil."),
l("Alchemical studies are prohibited in every city of the Archipelagos, do not dare to practice it in a public zone!");
@@ -16,17 +16,17 @@
}
function enora_quest {
- speech 5, l("How many? What kind? I can produce two dozen boxes per day.");
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("How many? What kind? I can produce two dozen boxes per day.");
select (l("5 Piberries Infusions"));
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("5 boxes... Alright, @@ are my speciality!", getitemlink (PiberriesInfusion)),
l("I can prepare them in an hour or so!");
select (l("You missunderstood, it's 5 potions."));
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Why would the Legion request my help for only 5 potions?"),
l("Is this some kind of joke?!");
@@ -36,12 +36,12 @@
case 1:
break;
case 2:
- narrator 1, l("Ivan grumbles and resumes his work.");
+ narrator S_FIRST_BLANK_LINE, l("Ivan grumbles and resumes his work.");
emotion E_UPSET;
close;
}
- speech 5,
+ speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Oh... You should have started with this!"),
l("I have some spare one, take them, and tell Enora that any fees are paid!");
@@ -57,7 +57,7 @@
npctalk3 l("I'm busy, leave me alone.");
}
- speech 4, l("Yes what do you need?");
+ speech S_LAST_NEXT, l("Yes what do you need?");
select
rif(.@enora == 8, l("The Legion needs some potions.")),