{ "name": "Gold Totals", "type": "script", "author": "ueJGUfSYuRRL3Ypr", "img": "icons/commodities/currency/coins-plain-stack-gold-yellow.webp", "scope": "global", "command": "let tokens = []\nif (canvas.tokens.controlled.length > 0) {\n tokens = canvas.tokens.controlled\n}\nif (tokens.length > 0) {\n main(tokens)\n} else {\n ui.notifications.error('Please select or target a token')\n}\n\nasync function main (tokens) {\n const currencies = ['Copper', 'Silver', 'Gold', 'Platinum']\n let template = '
| Actor | Currency |
|---|---|
| ${actor.name} | ${fmt.format(total)} |