diff options
-rw-r--r-- | npc/017-0/_config.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/017-0/_config.txt b/npc/017-0/_config.txt new file mode 100644 index 000000000..9b07965d9 --- /dev/null +++ b/npc/017-0/_config.txt @@ -0,0 +1,16 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 017-0: Mystic Forest conf + +017-0,24,78,0 script #017-0_24_78 NPC_HIDDEN,0,5,{ + end; +OnTouch: + doevent "#DungeonCore::OnClocked"; + end; +} + +017-0,249,228,0 script #017-0_249_228 NPC_HIDDEN,0,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnClocked"; + end; +} |