diff options
Diffstat (limited to 'npc/008-2')
-rw-r--r-- | npc/008-2/_config.txt | 9 | ||||
-rw-r--r-- | npc/008-2/_import.txt | 1 |
2 files changed, 10 insertions, 0 deletions
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", |