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

using pathfinder skills in drop-down query?

1549452879

Edited 1549491547
I'm pretty new to using this coding stuff. Hoping someone is able to explain how I can fix this or why it's not do-able I'm attempting to make a skills drop-down query which, when an option is selected, rolls the skill as though clicking on the skill roll in the character sheet. Here's how I have it laid out (showing only one skill for brevity's sake): EDITED: ?{Skill | Acrobatics, @{selected|whispertype} &{template:pc} {{name=^{acrobatics}}} {{type=skill}} {{showchar=@{selected|rollshowchar}}} {{charname=@{selected|character_name}}} {{roll=[[1d20+@{selected|acrobatics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]}} {{shownotes=@{selected|rollnotes_skill}}} {{notes=@{selected|acrobatics_notes}}} {{conditionsflag=[[@{selected|skill_condition}]]}} {{conditions=@{selected|conditions_display}}} {{conditionsnote=@{selected|skill_condition_note}}}}
1549461097

Edited 1549461225
GiGs
Pro
Sheet Author
API Scripter
What is likely your issue is too many html replacements. You never replace characters in an attribute: things like this  {{charname=@{selected|character_name}}} should (probably) be {{charname=@{selected|character_name}}} I dont know about the rest of your html substitutions, but attributes should definitely be unaltered.
1549472797

Edited 1549475429
Oh okay! So far when I try using the macro, instead of a drop down query, I get a field with this Acrobatics, /w gm  &{template:pc} {{name=^{acrobatics}}} {{type=skill}} {{showchar=[[1]]}} {{charname=Character Name}} {{roll=[[1d20+1[MOD]+(0)[CONDITION]+0[QUERY]]]}} {{shownotes=[[1]]}} {{notes=}} {{conditionsflag=[[0]]}} {{conditions= }} {{conditionsnote=} But I also don't get error messages like I was before. So for some reason it's not separating the value from the label.
1549476097
GiGs
Pro
Sheet Author
API Scripter
You've hit my limit I'm afraid. html entities are a bit too much hassle. One solution a lot of people do is replace the dropdown with a Chat Menu of API buttons. You can whisper the buttons to yourself to avoid cluttering chat for everyone, and click the skill to roll. The technique is described here;&nbsp; <a href="https://app.roll20.net/forum/post/5899495/stupid-roll20-tricks-and-some-clever-ones/?pageforid=5927072#post-5927072" rel="nofollow">https://app.roll20.net/forum/post/5899495/stupid-roll20-tricks-and-some-clever-ones/?pageforid=5927072#post-5927072</a> with a few examples later in the thread.
Hmm. Thanks for trying to help anyway! I'm trying to make this into a universal token command for my players, a lot of them are new and I'm hoping to make things as simple as possible without cluttering chat. Currently I just have multiple buttons for groups of skills, but each rolls several skills at once, sometimes more than fits in the chat window. That's why I want to make this one button with a drop-down work lol
1549481879
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
You might have some luck with Scott C's Drop Down Nester spreadsheet.
1549483342

Edited 1549483899
keithcurtis said: You might have some luck with Scott C's Drop Down Nester spreadsheet. Ah, I already tried that, but the drop-down still gets replaced with a text box with both the Name and Value. Am I missing something that should be around or before the Value to separate it from the Name? Like aside from the ',' ? Or maybe I'll have to make each skill into a separate ability so the Value isn't so cluttered.. Edit: just tried that, but changes nothing
1549493736
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I am the wrong person to ask about drop-down nesting. I always get help. :D. Hopefully one of the folks who is a wizard at it will be along before too long.
keithcurtis said: I am the wrong person to ask about drop-down nesting. I always get help. :D. Hopefully one of the folks who is a wizard at it will be along before too long. Oh I actually just figured it out!! Haha! it was mostly just the space between the ',' and the '@' messing it up. The finished product: ?{Skill | Acrobatics,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{acrobatics&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|acrobatics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|acrobatics_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Appraise,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{appraise&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|appraise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|appraise_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Bluff,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{bluff&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|bluff}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|bluff_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Climb,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{climb&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|climb}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|climb_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Craft,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{craft&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|craft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|craft_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Diplomacy,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{diplomacy&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|diplomacy}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|diplomacy_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125&amp;#125; | Disable Device,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{disable_device&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|disable_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|disable_device_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|disable_device_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Disguise,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{disguise&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|disguise}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|disguise_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Escape Artist,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{escape_artist&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|escape_artist}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|escape_artist_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Fly,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{fly&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|fly}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|fly_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Handle Animal,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{handle_animal&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|handle_animal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|handle_animal_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|handle_animal_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Heal,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{heal&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|heal}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|heal_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Intimidate,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{intimidate&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|intimidate}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|intimidate_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Arcana,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_arcana&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_arcana}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_arcana_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_arcana_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Dungeoneering,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_dungeoneering&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_dungeoneering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_dungeoneering_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_dungeoneering_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Engineering,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_engineering&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_engineering}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_engineering_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_engineering_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Geography,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_geography&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_geography}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_geography_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_geography_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know History,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_history&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_history}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_history_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_history_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Local,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_local&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_local}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_local_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_local_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Nature,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_nature&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_nature}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_nature_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_nature_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Nobility,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_nobility&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_nobility}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_nobility_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_nobility_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Planes,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_planes&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_planes}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_planes_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_planes_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Know Religion,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{knowledge_religion&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|knowledge_religion}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|knowledge_religion_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|knowledge_religion_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Linguistics,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{linguistics&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|linguistics}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|linguistics_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|linguistics_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Perception,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{perception&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|perception}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|perception_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note} @{selected|perception_condition_note}&amp;#125;&amp;#125; | Perform,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{perform&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|perform}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|perform_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Profession,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{profession&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|profession}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|profession_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Ride,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{ride&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|ride}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|ride_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Sense Motive,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{sense_motive&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|sense_motive}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|sense_motive_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Sleight of Hand,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{sleight_of_hand&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|sleight_of_hand}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|sleight_of_hand_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|sleight_of_hand_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Spellcraft,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{spellcraft&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|spellcraft}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|spellcraft_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|spellcraft_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Stealth,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{stealth&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|stealth}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|stealth_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Survival,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{survival&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|survival}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|survival_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Swim,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{swim&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[1d20+@{selected|swim}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY]]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|swim_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125; | Use Magic Device,@{selected|whispertype} &amp;{template:pc&amp;#125; {{name=^{use_magic_device&amp;#125;&amp;#125;&amp;#125; {{type=skill&amp;#125;&amp;#125; {{showchar=@{selected|rollshowchar}&amp;#125;&amp;#125; {{charname=@{selected|character_name}&amp;#125;&amp;#125; {{roll=[[(1d20+@{selected|use_magic_device}[MOD]+(@{selected|skill_condition})[CONDITION]+@{selected|rollmod_skill}[QUERY])*(ceil(@{selected|use_magic_device_ranks}/100))]]&amp;#125;&amp;#125; {{shownotes=@{selected|rollnotes_skill}&amp;#125;&amp;#125; {{notes=@{selected|use_magic_device_notes}&amp;#125;&amp;#125; {{conditionsflag=[[@{selected|skill_condition}]]&amp;#125;&amp;#125; {{conditions=@{selected|conditions_display}&amp;#125;&amp;#125; {{conditionsnote=@{selected|skill_condition_note}&amp;#125;&amp;#125;}
1549495968
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
"Yer a wizard, Seph!"