So I've built a little macro and I have a journal entry that explains a new character creation process to new players, including a link to the macro at the point where they should use it. But a line in the macro uses the abs function, and that line fails to execute. The macro works fine when called directly, not from the journal entry: Human Male Age [[abs(122-[[4d50]]-[[d12]])]] (Adult 16)
Mature: [[120+[[2d10]]*2d4]] lb, 58 + $[[0]] in But this call only executes the second line: !&#Human-Male-Age-Ht-Wt Is there a way (as a plus subscriber) that I can use macro calls from the journal if those macros include functions like abs, floor, ceil and round ?