
Greetings, gamers!
I'm trying to get a macro from Character1 to "ask" Character2 which attributes to use for a roll and also add an attribute of Character2's, but I'm having trouble getting the system to pull the text from Character2's answering attribute as the answer to the fill-in-the-blank macro I've written.
Example:
Character1(selected)
@{target|reveal}+@{target|@{target|call}}+@{target|@{target|call|max}
Character2(target)
reveal=1d8+1
call=dexterity/ranged
Errors include:
No character was found for 'target@{target'
No attribute was found for @{TARGET:call|max}
the roll that happens is just Character2' reveal attribute
Any help is appreciated and if anymore details are needed, please just ask.