diff options
Diffstat (limited to 'npc/006-4/_config.txt')
-rw-r--r-- | npc/006-4/_config.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/006-4/_config.txt b/npc/006-4/_config.txt new file mode 100644 index 000000000..0b9ea89ba --- /dev/null +++ b/npc/006-4/_config.txt @@ -0,0 +1,23 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-4: Abandoned Island conf + +006-4,71,82,0 script #006-4_71_82 NPC_HIDDEN,1,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4,95,100,0 script #006-4_95_100 NPC_HIDDEN,1,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4,32,258,0 script #006-4_32_258 NPC_HIDDEN,0,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} |