Hi there, having some problems with refering to an ability in a character that rolls. (This is for auto rolling loot tables btw) I made a character called "MacroCharacter" and gave it an ability: Name:%copperroll5-10 Macro:&{template:default} {{Copper=[[4d6*100]]}} I have referenced the above ability within this. /w gm&{template:default} {{name=Loot}} {{[[1t[coin-type]]]}} {{[CP](!
%{MacroCharacter|%copperroll5-10} ) etc..... My problem is whenever "%copperroll5-10" has any sort of roll within the macro it breaks everything. I can type text and it works fine but not for rolls.(Works when refering to a normal macro instead of ability also) The only thing that shows up is the top of the template box that says "Loot" and nothing else. Plz help.