Hi all, I'm trying to make a macro for a vampire in the group to see if he can control his thirst for blood. This macro works : /me [[ 1d20cs>@{spell_save_dc}cf<@{spell_save_dc} ]] But I want to add the wisdom modifier to the 1d20. The problem is, when I try to do 1d20+1 for instance, the cs and cf are not working anymore... Any ideas? Thanks