From 7d37e547fa00cec3f5a5b3934bee76f3977b3f97 Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 16 Oct 2015 12:23:45 +0200 Subject: Add #33 import, warp, mapflags and triggers files. --- npc/001-2-33/_import.txt | 4 ++++ npc/001-2-33/_warps.txt | 2 ++ npc/001-2-33/mapflags.txt | 2 ++ npc/001-2-33/triggers.txt | 21 +++++++++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 npc/001-2-33/_import.txt create mode 100644 npc/001-2-33/_warps.txt create mode 100644 npc/001-2-33/mapflags.txt create mode 100644 npc/001-2-33/triggers.txt (limited to 'npc/001-2-33') diff --git a/npc/001-2-33/_import.txt b/npc/001-2-33/_import.txt new file mode 100644 index 00000000..10aeaa6c --- /dev/null +++ b/npc/001-2-33/_import.txt @@ -0,0 +1,4 @@ +// Map 001-2-33 +npc: npc/001-2-33/_warps.txt +npc: npc/001-2-33/mapflags.txt +npc: npc/001-2-33/triggers.txt diff --git a/npc/001-2-33/_warps.txt b/npc/001-2-33/_warps.txt new file mode 100644 index 00000000..29b152e8 --- /dev/null +++ b/npc/001-2-33/_warps.txt @@ -0,0 +1,2 @@ +// Map 001-2-33 +001-2-33,34,46,0 warp ToArtis#001-2-33 0,0,001-1,57,42 diff --git a/npc/001-2-33/mapflags.txt b/npc/001-2-33/mapflags.txt new file mode 100644 index 00000000..95e3a6ba --- /dev/null +++ b/npc/001-2-33/mapflags.txt @@ -0,0 +1,2 @@ +001-2-33 mapflag mask 5 +001-2-33 mapflag town diff --git a/npc/001-2-33/triggers.txt b/npc/001-2-33/triggers.txt new file mode 100644 index 00000000..f1db1dce --- /dev/null +++ b/npc/001-2-33/triggers.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// test npc1 + +001-2-33,27,35,0 script #leftTriggerBot NPC_HIDDEN,0,1,{ +OnTouch: + addremovemapmask "001-2-33", 8, 4; + close; +OnUnTouch: + doevent "npc1::OnUnTouch"; +} + +001-2-33,28,35,0 script #leftTriggerTop NPC_HIDDEN,0,2,{ +OnTouch: + addremovemapmask "001-2-33", 4, 8; + close; +OnUnTouch: + doevent "npc1::OnUnTouch"; +} -- cgit v1.2.3-70-g09d2