office,132,29,2	trader	Halloween Shop	4_GEFFEN_09,{
	OnInit:
	tradertype(NST_CUSTOM);
	sellitem In_Blue_Herb_Box,10;
	sellitem Spark_Candy_Box10,20;
	sellitem Food_Box_Lv3,10;
	sellitem Oriental_Pastry_Box,20;
	sellitem Angeling_Potion,2;
	sellitem Little_Fhat,100;
	sellitem Trans_Scroll_Devi,2;
	sellitem Trans_Scroll_Ray_Arch,2;
	sellitem Trans_Scroll_Mavka,2;
	sellitem Trans_Scroll_Marduk,2;
	sellitem Trans_Scroll_Banshee,2;
	sellitem Trans_Scroll_Poring,2;
	sellitem Trans_Scroll_Golem,2;
	end;

OnCountFunds:
	setcurrency(countitem(CRO_Pumpkin));
	end;

OnPayFunds:
	//dispbottom "Hi: price="+@price+" and points="+@points;
	if( countitem(CRO_Pumpkin) < @price-@points)
		end;
	delitem CRO_Pumpkin,@price;
	purchaseok();
	end;
}