
Before someone says it (because I know someone would point it out at some point), I have already gone through the R20 wiki for macros and rollable tokens. 1) So... what I'm wanting to do is to have a gmroll that will decide how the macro will function. So, lets say I roll a d20 and it hits a 15... I want it to activate a certain other macro. How would I go about doing this? I've tried having the roll set before the query, but it doesn't work; it simply skips the roll and jumps straight to the query. I'm wanting this so that I can quickly set up random encounters without the players really knowing what's coming up next. /gmroll d15 ?{What type of encounter (1-10 Small, 11-15 Medium) ?| Small, #Small_Encounter | Medium, #Medium_Encounter } Another issue with it I'm having is that for my Small_Encounter macro, if it's activated from the query (removed the roll to test the query), it simply says a message "/gmroll [[#]]", the # being either a 2 or 3, "t[Encounter]" and not actually rolling the table... which actually happens as a gmroll if launched normally. 2) This one is minor and not as important as the first one, but still curious about it. Is it possible to do use a rollable tokens "Random Side" from it's right-click -> multi-sided to be turned into a gmroll while changing it's side? Thanks for reading this, and any help/info you can provide. I just hope that these things are just my lack of experience/overcomplicating things rather than API required.