diff options
Diffstat (limited to 'npc/006-4-1/_config.txt')
-rw-r--r-- | npc/006-4-1/_config.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/006-4-1/_config.txt b/npc/006-4-1/_config.txt new file mode 100644 index 000000000..363a2fbad --- /dev/null +++ b/npc/006-4-1/_config.txt @@ -0,0 +1,16 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-4-1: Abandoned Building conf + +006-4-1,58,60,0 script #006-4-1_58_60 NPC_HIDDEN,6,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} + +006-4-1,44,31,0 script #006-4-1_44_31 NPC_HIDDEN,0,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} |