Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

drop down lists in a marco

Can someone point me in the right direction I saw this, but was looking for something spec durning a game and now can't find it. It seemed that you could make a marco that would then produce a dropdown menu of other macos, ... thanks
ok i figured out the basics of what i'm trying to do but its still not working right this is what im trying to use: ?{Skill? |Bluff,#Open-Skill-Bluff |Diplomacy,#Open-Skill-Diplomacy } if i leave the space at the end of the macro I don't get the drop down at all I get "bluff &temp" in the text and cant choose anything but if i take out the spaces ?{Skill? |Bluff,#Open-Skill-Bluff|Diplomacy,#Open-Skill-Diplomacy} I get a proper dropdown menu, but the macro isn't executed I just get a chat entry pf #Open-Skill-XXX thanks again
Try with that: ?{Skill?|Bluff,@{Open-Skill-Bluff}|Diplomacy,@{Open-Skill-Diplomacy}
Hi, Dranik . Could you post the #Open-Skill-Bluff or #Open-Skill-Diplomacy in full? It's likely that they are having issues being nested within a Roll Query .
What you're trying to do is actually what I'm working on right now and it involves a lot of changes to the character sheet. If you'd still like to know how, then shoot me a pm. I have my own methods of getting that kind of stuff to work. If you  click here, it'll lead you to my testing area that has my macro setup that I think is what you're trying to achieve, but with skill activation (which I'm planning on adding in with the next update to it), If it is... then you're going to have to do A LOT of sheet editing.
%{selected|diplomacy-check} is the macro im trying to use
1464226706

Edited 1464227002
I'm also having issues with getting skills to work, even though I have the exact same conversion on them at the same exact tier as my weapons. So I'm wondering if it's an issue with the skill macros themselves... Edit: As soon as I can get it to work, I'll get back to you. My current setup style is below: Master Query (Attack, Skills) Attack (attacks slots 0-5) Skills (All) My attacks work, but the skills won't. So yeah... The skills are on the same level and have the same conversions, so I'm wondering why it's not working...
qwerty4132 said: The skills are on the same level and have the same conversions, so I'm wondering why it's not working... Feel free to post the macro up, if you'd like.
@Dranik If it didn't work for you, it's because I had to clear the Chat Archive. It's kinda finicky right now with the query system...  @ Silvyre Nevermind. I managed to fix the bug. With PF update 51, it had messed with my macros a little bit, but it was a quick fix and it actually helped me to get my skills to work.