summaryrefslogtreecommitdiff
path: root/npc/015-3/_config.txt
blob: 19625ca2392b555dddceae394250517c93a13793 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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;
}