// Card removal NPC by TyrNemesis^
// DANGEROUS! TODO: Think.. think 8) [Lupus]
// Transelated By Memory.


prontera,141,113,4	script	Ԫ涴	10007,{
	mes "ӷֽ⴫Լ?";
	next;
	switch(select(":ҵ4ǰ:ҵ4˺:-Ԩ:ʹ")) {
		case 1:
			close2;
			warp "pay_fild04",135,200;
			end;
		case 2:
			close2;
			warp "gld_dun04",49,82;
			end;
		case 3:
			close2;
			warp "gld_dun04_2",49,82;
			end;
		case 4:
			close2;
			warp "gld2_gef",218,74;
			end;
		case 5:
			close;
	}
}