summaryrefslogtreecommitdiff
path: root/npc/016-1/teraa.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/016-1/teraa.txt')
-rw-r--r--npc/016-1/teraa.txt17
1 files changed, 17 insertions, 0 deletions
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;
+}
+