summaryrefslogtreecommitdiff
path: root/npc/001-1/rowboathelper.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-24 13:47:28 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-24 13:47:28 -0300
commit9c322449ade0d1952f6ca4dd73cc92413f61ca69 (patch)
tree1bff0731c4db0790ef57a2d524d739b1241ffa2c /npc/001-1/rowboathelper.txt
parent9c649056dc45d39e88036bdb2bb373c477f8571f (diff)
parent255cf7c47f76a6e2f12fc809473ce513c294dfa4 (diff)
downloadserverdata-jesusalva/inns.tar.gz
serverdata-jesusalva/inns.tar.bz2
serverdata-jesusalva/inns.tar.xz
serverdata-jesusalva/inns.zip
Merge branch 'master' into jesusalva/innsjesusalva/inns
Diffstat (limited to 'npc/001-1/rowboathelper.txt')
-rw-r--r--npc/001-1/rowboathelper.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/npc/001-1/rowboathelper.txt b/npc/001-1/rowboathelper.txt
index 675cfdaf..7cd419e4 100644
--- a/npc/001-1/rowboathelper.txt
+++ b/npc/001-1/rowboathelper.txt
@@ -27,8 +27,9 @@
l("Maybe you should try this phrase?"));
if (askyesno() == ASK_YES)
{
- narrator(S_LAST_BLANK_LINE | S_LAST_NEXT,
- l("'Enter strange phrase here.'"));
+ mesn strcharinfo(0);
+ mesc l("Sagratha is great.");
+ next;
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Hello, a rowboat is on his way to the beach. Please wait for a while for it to arrive.");
@@ -40,10 +41,6 @@
close;
}
-// Make sure to unmount the boat when player dies
-OnPCDieEvent:
- setmount 0;
-
OnInit:
.distance = 1;
}
@@ -119,3 +116,9 @@ OnInit:
.sex = G_OTHER;
.distance = 1;
}
+
+function script ForcedUnmount {
+ setmount 0;
+ return;
+}
+