summaryrefslogtreecommitdiff
path: root/npc/011-3/rowboat.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-3/rowboat.txt')
-rw-r--r--npc/011-3/rowboat.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/011-3/rowboat.txt b/npc/011-3/rowboat.txt
new file mode 100644
index 000000000..8cbbfaddb
--- /dev/null
+++ b/npc/011-3/rowboat.txt
@@ -0,0 +1,14 @@
+// A barbarian in 56,87 offers to rent a rowboat. Maximum rent time is one day.
+// Allows to use the dock
+
+011-3,56,87,0 script Barbarian#Sv1 NPC_SAVANNAH_BLUE,{
+ mesn;
+ mesq l("I cannot rent rowboats yet.");
+ close;
+
+OnInit:
+ .sex=G_OTHER;
+ .distance=5;
+ end;
+}
+