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

Cant get this to work... Could someone help?

?{What Level? |10, [[1d20+@{DEX-MOD}+@{BaB}+[[{@{kineticistburn},(floor(@{class-0-level}/3))}kl1]]+@{buff_attack-total}]] to Hit Touch Dealing [[[[floor((@{class-0-level}+1)/2)]]d6+[[floor(@{CON-mod}/2)]]+[[{@{kineticistburn}*2,(floor(@{class-0-level}/3)*2)}kl1]]+@{buff_DMG-total}]] points of Electricity Damage} -------------------- The above macro isnt outputting, no matter what I replace with } or , or anything. Could someone inform me of the proper procedure or tell me this will never work because of the macro's contents.
What game are you playing, and what character sheet are you using? What are you trying to do with this macro? Where is the macro located (Collections Macro, or as an Ability on a character sheet, or just typing/cutting & pasting into chat)? How are you calling the macro? From a Token Action button, the Macrobar, or clicking somewhere else? Screenshots would be immensely helpful.
Pathfinder 1e, Pathfinder community sheet query a series of repeating macros that have reduce dice per attack. by asking what level and producing the proper number of attacks and damage based on the answer. Attributes & Abilities on the character sheet pref as a token action, but it should work without it.
Your query only has one option so it's getting treated as a default value for a text prompt rather than a dropdown of options. HTML entities within text prompts don't get decoded immediately so your inline rolls are breaking as a result. Once you add another option it should work fine.
1681946885

Edited 1681946953
RainbowEncoder said: Your query only has one option so it's getting treated as a default value for a text prompt rather than a dropdown of options. HTML entities within text prompts don't get decoded immediately so your inline rolls are breaking as a result. Once you add another option it should work fine.
Thank you...