prontera,146,80,4	script	Stampy	4_F_FAIRYKID6,{
	disable_items;	
	mes "[Stampy]";
	if (countitem (Pencil_In_Mouth) == 0) {
		mes "...";
		close;
	}
	mes "^FF0000~Hi " + strcharinfo(0) + "!~^000000";
	mes "Do you wish to refund ^FF0000Well-Chewed Pencil^000000";
	if (select("Yes", "No") == 1) {
		delitem Pencil_In_Mouth,1;
		getitem Donation_Card,19;
		close;
	}
	close;
}
