diff options
Diffstat (limited to 'npc/007-2/_config.txt')
-rw-r--r-- | npc/007-2/_config.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/007-2/_config.txt b/npc/007-2/_config.txt new file mode 100644 index 000000000..66bb09a31 --- /dev/null +++ b/npc/007-2/_config.txt @@ -0,0 +1,18 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 007-2: Tulimshar Volcano Underground conf + +007-2,48,32,0 script #007-2_48_32 NPC_CHEST,{ + TreasureBox(); + specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing + close; +OnInit: + .distance=2; + end; +} + +007-2,65,66,0 script #007-2_65_66 NPC_HIDDEN,3,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnHeat"; + end; +} |