// This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 015-3: Butterfly Caves conf 015-3,24,36,0 script #015-3_24_36 NPC_CHEST,{ TreasureBox(); specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing close; OnInit: .distance=2; end; }