summaryrefslogtreecommitdiff
path: root/npc/003-2/hiddenwarp.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-23 13:57:13 -0300
committerJesusaves <cpntb1@ymail.com>2019-02-23 13:57:13 -0300
commitf27a4d9318cd6250ee7153f5b41c3e759edc7b26 (patch)
treed4fce596eb026faca072445cdacdb88341aae184 /npc/003-2/hiddenwarp.txt
parent4f5d098468ad13848c2c0f4589a8478d8d3f6176 (diff)
downloadserverdata-f27a4d9318cd6250ee7153f5b41c3e759edc7b26.tar.gz
serverdata-f27a4d9318cd6250ee7153f5b41c3e759edc7b26.tar.bz2
serverdata-f27a4d9318cd6250ee7153f5b41c3e759edc7b26.tar.xz
serverdata-f27a4d9318cd6250ee7153f5b41c3e759edc7b26.zip
003-2-1 Leave Complaints Depto (also known as: @demure Office)
What would happen if Demure was a bot programmed by @Crazyfefe ? Well, now we know the answer.
Diffstat (limited to 'npc/003-2/hiddenwarp.txt')
-rw-r--r--npc/003-2/hiddenwarp.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/003-2/hiddenwarp.txt b/npc/003-2/hiddenwarp.txt
new file mode 100644
index 000000000..7a3a6654e
--- /dev/null
+++ b/npc/003-2/hiddenwarp.txt
@@ -0,0 +1,16 @@
+// TMW2 Script
+// Author:
+// Crazyfefe
+// Jesusalva
+// This warp is enabled after waiting for lua
+
+003-2,28,41,0 script #LeaveComplaints NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ if ((BaseLevel >= 50 && getq(General_Narrator) >= 2) || is_gm())
+ warp "003-2-1", 47, 34;
+ else
+ npctalk3 l("Complaints Depto. temporaly closed, come back later");
+ end;
+}