I wanted to check if a certain amount of money has been placed into an alcove - money is totaled as stacksize (i.e. quanity) which can be hundreds or thousands - so they cant do each indivdually.
If they put some money with stacksize of 100 how can i check in standard alcove code...
example...
for i in altar_gold:containedItems() do
if i.name == "dollars" then
quanity = i:getStackSize() -- of course this doesnt work but shown for example
end
end