
Hello, What is the best way to handle this? I am taking Bruising Intellect that adds Intelligence modifier to Intimidate rolls instead of Charisma modifier. I tried in the last tab of Attributes and Abilities, setting Intimidate_ability to intelligence, but this did not have any effect. I tried replacing the vallue of intimidate_mod to @{intelligence_mod}, but no effect (it put the raw string in as the value). Is my best bet to just make a macro that does 1d20 + Intimidate mod + int mod - cha? (1d20 + @{name|intimidate_mod} + @{name|bruising_intellect} - @{name|charisma_mod}) (I added bruising_intellect to the attributes and abilities and set it to @{intelligence_mod}) Seems a bit inelegant. Thanks