I have a set of abilities that I call from a query, but really the selection should be random. I would like to replace the query with a random call. I've tried putting the calls in rollable tables as entries, such as
%{character|ability_a}
%{character|ability_b}
That didn't work. I tried using recursive tables. That worked, but my abilities had references to targets and queries. Whenever either were encountered, RT produced an error. I tried moving the targeting and queries outside of the called abilities, adding them to the same ability that called RT, but to no avail. I saw that the abilities called by RT had the right values for the query or targeted value, but RT would report an error.
I also tried something like
%{character|ability_[[ [1t[ability_name] ]]}
but that didn't call the ability or macro either.
Is there a way to implement a query where the choice is random? Or to randomly call abilities/macros?
Thanks!