Hi folks, I have actually two problems: 1. I made a Macro and implemented link for a critical table, that shows up, whenever a Crit is rolled. I'd like to implement something similar with fumbles. @{selected|wtype}&{template:atkdmg} {{rname=Attack}} {{mod=added modifier}} {{range=range in ft.}} {{r1=[[1d20 + [[@{selected|strength_mod}]] [Str Mod] + [[@{selected|pb}]] [Proficiency Bonus]]]}} {{always=1}} {{r2=[[1d20 + [[@{selected|strength_mod}]] [Str Mod] + [[@{selected|pb}]] [Proficiency Bonus]]]}} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d6+[[@{selected|strength_mod}]]]]}} {{dmg1type=dmg type}} {{crit=1}} {{crit1=[Critical!](~Macros|Critical) }} {{desc=Description of the attack}}ammo=Whatever 2. I tried to made a whisper macro that uses a table to randomize the person that is being whispered to, but the roll output is 0 rather than the table content. /w [[1t[Player]] random text Is there a way to create a whisper macro, that targets a random player? Thanks in advance, Rob