summaryrefslogtreecommitdiff
path: root/npc/001-1/flyingpiou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/flyingpiou.txt')
-rw-r--r--npc/001-1/flyingpiou.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt
index f6132f6b..bb8440b3 100644
--- a/npc/001-1/flyingpiou.txt
+++ b/npc/001-1/flyingpiou.txt
@@ -50,7 +50,7 @@ function script ArtisFlyingPiouLogic {
if (.@q != 1)
{
mesn "Narrator";
- mes col(l("You scare the piou, but let it go."), 9);
+ mesc(l("You scare the piou, but let it go."), 9);
close;
}
@@ -75,7 +75,7 @@ function script ArtisFlyingPiouLogic {
npcwalkto .@x, .@y;
.@trader$ = "Salem#001-1";
mesn "Narrator";
- mes col(l("You caught the piou, but it's trying to escape from you. You'd better hurry back to Salem."), 9);
+ mesc(l("You caught the piou, but it's trying to escape from you. You'd better hurry back to Salem."), 9);
set getvariableofnpc(.LastPiouHunter$, .@trader$), strcharinfo(0);
set getvariableofnpc(.PiouEscapedMessage$, .@trader$), l("Oh no, the piou escaped!");
set getvariableofnpc(.LastPiouHunterID, .@trader$), .@charid;