summaryrefslogtreecommitdiff
path: root/npc/001-1/rowboathelper.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/rowboathelper.txt')
-rw-r--r--npc/001-1/rowboathelper.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/001-1/rowboathelper.txt b/npc/001-1/rowboathelper.txt
index 19c27be6..7cd419e4 100644
--- a/npc/001-1/rowboathelper.txt
+++ b/npc/001-1/rowboathelper.txt
@@ -41,10 +41,6 @@
close;
}
-// Make sure to unmount the boat when player dies
-OnPCDieEvent:
- setmount 0;
-
OnInit:
.distance = 1;
}
@@ -120,3 +116,9 @@ OnInit:
.sex = G_OTHER;
.distance = 1;
}
+
+function script ForcedUnmount {
+ setmount 0;
+ return;
+}
+