Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Help // Test Macro button Working but Quick Bar and Token Action Does Not //

1559516326

Edited 1559516382
I am creating a loot table and running into an unforeseen issue. Table and macro appear to work great in test mode however fail to roll when used as a token action or in the macro quick bar.  Instead of it working i get this message in the chat, "  #Individual Treasure: Challenge 0-4 #Individual Treasure: Challenge 0-4 EDIT : This is the macro code /w gm &{template:npcaction} {{rname= Individual Treasure }} {{name= Challenge 0-4 }} {{description= [[1t[Individual Treasure: Challenge 0-4]]] [[5d6]] Copper, [[4d6]] Silver, [[3d6]] Electrum, [[3d6]] Gold, [[1d6]] Platinum.}} 
1559522750
The Aaron
Roll20 Production Team
API Scripter
Usually, macro titles don't have spaces in them, they have dashes instead.  Is your macro named: Individual Treasure: Challenge 0-4 If so, try renaming it to: Individual-Treasure-Challenge_0-4 or similar and see if that works.
Sadly no dice, still getting the same results as before. 
1559524696

Edited 1559524742
Actually, this has worked great, I didnt realize the macro name itself was the issue, Thank very much  The Aaron  
1559559504
The Aaron
Roll20 Production Team
API Scripter
Great!