summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/016-1/_import.txt1
-rw-r--r--npc/016-1/teraa.txt17
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/016-1/_import.txt b/npc/016-1/_import.txt
index 1a7b25d8d..75e6e9900 100644
--- a/npc/016-1/_import.txt
+++ b/npc/016-1/_import.txt
@@ -4,3 +4,4 @@
"npc/016-1/captain.txt",
"npc/016-1/doors.txt",
"npc/016-1/laranja.txt",
+"npc/016-1/teraa.txt",
diff --git a/npc/016-1/teraa.txt b/npc/016-1/teraa.txt
new file mode 100644
index 000000000..3cad0c31f
--- /dev/null
+++ b/npc/016-1/teraa.txt
@@ -0,0 +1,17 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Tortuga Renting (var MOUBOO_RENTTIME )
+
+016-1,32,28,0 script Teraa NPC_ELVEN_MAN_STANDING,{
+ TortugaRent();
+ closeclientdialog;
+ goodbye();
+ close;
+
+OnInit:
+ .distance=4;
+ end;
+}
+