From 7cd71b66d27ec8ce3593e21a537a6c7310e71ced Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jun 2020 21:56:59 -0300 Subject: Introducing: The DynCollision object --- npc/008-2/_config.txt | 9 +++++++++ npc/008-2/_import.txt | 1 + 2 files changed, 10 insertions(+) create mode 100644 npc/008-2/_config.txt (limited to 'npc/008-2') diff --git a/npc/008-2/_config.txt b/npc/008-2/_config.txt new file mode 100644 index 000000000..b23f19a6c --- /dev/null +++ b/npc/008-2/_config.txt @@ -0,0 +1,9 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 008-2: 2nd Floor - Party Dungeon conf +008-2,84,208,0 script 008-2_84_208 NPC_HIDDEN,{ + end; +OnDisable: + delcells "008-2_84_208"; end; +OnEnable: +OnInit: + setcells "008-2", 84, 208, 92, 208, 3, "008-2_84_208";} diff --git a/npc/008-2/_import.txt b/npc/008-2/_import.txt index 6e2d0d90a..12a069214 100644 --- a/npc/008-2/_import.txt +++ b/npc/008-2/_import.txt @@ -1,5 +1,6 @@ // Map 008-2: 2nd Floor - Party Dungeon // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/008-2/_config.txt", "npc/008-2/_mobs.txt", "npc/008-2/_warps.txt", "npc/008-2/master.txt", -- cgit v1.2.3-70-g09d2