
I'm trying to make a macro that incorporates a Vedalken's Tireless
Precision bonus in an ability skill roll and I'm having a bit of trouble with
it... here is the macro (using investigation skill): @{wtype}&{template:simple} {{rname=^{investigation-u}}} {{mod=@{investigation_bonus}}} {{r1=[[@{d20}+@{investigation_bonus}@{pbd_safe}]]}} {{query=1}} ?{Advantage?|Normal Roll,&#123&#123normal=1&#125&#125 &#123&#123r2=[[0d20|Advantage,&#123&#123advantage=1&#125&#125 &#123&#123r2=[[@{d20}|Disadvantage,&#123&#123disadvantage=1&#125&#125 &#123&#123r2=[[@{d20}}+@{investigation_bonus}@{pbd_safe}]]}} {{global=@{global_skill_mod} ([[1d4[Tireless Precision]]])}} @{charname_output} I can't seem to figure out what I'm doing wrong... any help would be appreciated :)