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/_import.txt | 1 + npc/003-2/hiddenwarp.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 npc/003-2/hiddenwarp.txt (limited to 'npc/003-2') diff --git a/npc/003-2/_import.txt b/npc/003-2/_import.txt index 9363412fd..f6711989e 100644 --- a/npc/003-2/_import.txt +++ b/npc/003-2/_import.txt @@ -3,5 +3,6 @@ "npc/003-2/_warps.txt", "npc/003-2/eistein.txt", "npc/003-2/estard.txt", +"npc/003-2/hiddenwarp.txt", "npc/003-2/lua.txt", "npc/003-2/mapflags.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