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

Nest rolltemplate properties inside a query

I'm having trouble trying to create a roll query that asks if a roll is necessary. The query consists in a "yes/no" answer. If  "yes", then the template should include two properties (those that are between "{{ }}"). ?{Roll?|Não, 0|Sim, {{coluna=[[@{tec}]]}} {{d20=[[1d20]] }} } I tried to change the } for &124; without success. This nesting is possible?
1511968100

Edited 1511968203
That's because it should be } not 124 and you may have forgotten the #. I say may because the forums eat the HTML unless you replace the & with &. ?{Roll?|Não, 0|Sim, {{coluna=[[@{tec}]]}} {{d20=[[1d20]] }} }
1511968894

Edited 1511968988
Fábio_CM
Sheet Author
No :( I'm having this output: The full macro is: ?{Jogada para o mestre?|Sim,/w gm|Não, /r} &{template:tagmar_rolagem_completa} {{title=► @{nomedatecnica}}} {{charname=@{nomepersonagem}}} {{subtags=@{racapersonagem} | @{profissaopersonagem}}} ?{Roll?|Não, 0|Sim, {{coluna=[[@{totaltec}]]}} {{d20=[[1d20]] }} } {{descricao=@{descricaocompleta}}} I don't know what the problem is. P.S.: If I type "no" in the query, it works properly. (Não=No)