
Hello! Basically, I'm looking for an assist with implementing the suggestions found in the Dungeons & Dragons 4th Edition Wiki Guide, here . Now, as far as I can tell, you're supposed to add a GM Global Macro that looks like so (quotes for what I inputted, exactly as, including spacing): Name (Don't include the # or spaces in the name) "Is-Bloodied" Actions (One command/roll per line) "{{@{selected|HP|max} - (2 * @{selected|HP}) , 0}k1, 0d1+1}kl1." Following, set it so that, Visible to Players (Optional) was "All Players" Cool deal. Now, I than go to the Creatures sheet (in this case, a Gnoll Fang of Yeenoghu), and look to set up the Macro. The basic idea is ("'s start where the paste begins...): Attack line: " /roll d20 + 3 + [[ (#Is_bloodied * 2) ]][bloodied] vs AC: @{target|target1|AC} " Damage line: " /roll d20 + 3 + [[ (#Is_bloodied * 2) ]][bloodied] vs AC: @{target|target1|AC} " The above did not work. I get a little message of, "SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d",
"floor(", "round(", "t", "{", [ |\t], [+|\-] or [0-9] but "#" found." If I remove the spaces at the front and end of the macros, I get, "SyntaxError: Expected "d", "k", "x", [0-9] or [>|<|=] but "." found." Does anyone have any suggestions or thoughts on where I'm going wrong with this? I've also tried making a substitution of this into an /emas attack set (with the @{selected|token_name} and @{selected|atk} and the target variations, but I keep getting the same results.