From f27a4d9318cd6250ee7153f5b41c3e759edc7b26 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Feb 2019 13:57:13 -0300 Subject: 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. --- npc/003-2/hiddenwarp.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 npc/003-2/hiddenwarp.txt (limited to 'npc/003-2/hiddenwarp.txt') 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; +} -- cgit v1.2.3-60-g2f50