Count gold in a container/chest by ragebunnyz
Description from the author:
// Select a chest and the script will tell you how much gold is inside
clearignore
overhead "Select the chest containing gold" 88
@setvar! chest_to_count
if counttype 'gold coin' chest_to_count as found_gold
setvar! gold_count 'found_gold'
overhead 'gold count= {{gold_count}}'
else
overhead "gold count= 0"
endifThis script just counts the gold inside a container. Great for when you need to split gold with mates (why doesn't the distribution chest do this?)