
i'm trying to make macro that calls character's ability or attribute by a variable. for short example. ----macro start ?{ability_name} @{character | ?{ability_name} } ----macro end but, apparently it seems roll queries only accept numbers - not strings. and variable inside a function also does not working as i intended. is there any way to make this macro without api?