summaryrefslogtreecommitdiff
path: root/npc/001-1/panels.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-1/panels.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-1/panels.txt')
-rw-r--r--npc/001-1/panels.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/panels.txt b/npc/001-1/panels.txt
index 46383e2f..a82fbabd 100644
--- a/npc/001-1/panels.txt
+++ b/npc/001-1/panels.txt
@@ -5,7 +5,7 @@
// Panels to give advice and some random information to players.
001-1,180,25,0 script #ArtisPanel1 NPC_NO_SPRITE,{
- narrator 4,
+ narrator S_LAST_NEXT,
l("You step on something, a panel half overgrown by moss, it has writing on it...");
mesq l("Don't fall!");
@@ -22,7 +22,7 @@ OnInit:
}
001-1,95,51,0 script #ArtisPanel2 NPC_NO_SPRITE,{
- narrator 4,
+ narrator S_LAST_NEXT,
l("You step on something, a shaky and fragile panel with barely visible inscriptions on it...");
mesq l("Beware of falling stones from the cliff!");
@@ -39,12 +39,12 @@ OnInit:
}
001-1,103,66,0 script #ArtisPanel3 NPC_NO_SPRITE,{
- narrator 4,
+ narrator S_LAST_NEXT,
l("You step on something, a panel with a bitten corner and clear inscriptions on it...");
mesq l("Warning! Dangerous fish, do not fall into the lake!");
next;
- narrator 4,
+ narrator S_LAST_NEXT,
l("Somebody tried to stroke the word \"fish\" and tried to replace it with \"sharkes\".");
closedialog;