could I ask somebody to write script which will do following --
I have table called food_table
when I place object coin_gold (its stackable item) on the table, it destroy one coin and spawn gold_food object on the table. In case more gold_coins inserted it should return back the remaining money. And also - this process could be done only once (means only one gold_food could be bought).
Thanks for any help