Hi everyone ! I'm currently trying to see if I can make something fancy with the result of a rollable table. One of the sidekick of my players draw magical cards with different effects, and I wanted to have the picture of the card showing in the text chat. So far, I use this macro format for the NPC with a rollable table : &{template:default} {{name=Cards}} {{roll=[[ 1t[Cards] ]]}} The macro works just fine, but the picture associated with the rollable items (the description of the effect) isn't showing at all. I only have the text entry showing, whether I remove the template or not. I have made another macro which allows me to do so, but my players still have to click on the corresponding result to know what happens : &{template:default} {{Card n°[[1d6]] has been drawn. Please click on the appropriate number to see the effect of the card. [1](!
#🃏Card:I ), [2](!
#🃏Card:II), [3](!
#🃏Card:III), [4](!
#🃏Card:IV), [5](!
#🃏Card:V), [6](!
#🃏Card:VI)}} Each #🃏Card is a macro using an atk template, where I put in the {{range}} information the URL of the picture. Once the number is clicked, it then shows both the picture of the card and its related text entry in the text tchat. If needed, each #🃏Card macro from I to VI look like that : &{template:simple} {{rname=Card number X}} &{template:atk}{{name=Card Name}}{{range=[ ](Picture URL)}}{{desc=Card effect text }} I would like to know if there's any mean for me to have the picture of the card showing with its text entry, without having to click on the appropriate number to gain more time ? Or if I can make the first macro work to show the picture of the rollable item in any way ? I know there should be some script out there doing this just fine, but I was wondering if I could achieve what I'm looking for while staying free user ? Please forgive my english mistakes. Looking forward for your input, thank you for your help !