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

Powercard , Hroll and replacement

hello, i'm using a powercard to display the stat of a particular weapon. I use template handout like this :         rollvar:RG|[[;RD|]]         Pistolet Bolter Astartes:Nom|Pistolet Bolter Astartes;Groupe|Pistolet;Portée|30;Modes Simple|1;Semi-Auto|2;Automatique|0;Dégats|1d10+9;Type|1d0+2;Pénétration|4;Autonomie|14;Rechargement|1;Poids|5,5;Réquisition|5;Renom|0|Qualité;1;Déchirante|1d0+1;Précise|1d0+0;Fulgurante|1d0+0;AOE|1d0+0;Dispersion|1d0+0;Fiable|1d0+0;Volatile|1d0+0;Lance-flammes|1d0+0 i use the following code          --hroll *1|~RG$ [$Vb] ~Déchirante$ ~RD$           -- ?! $Vb -eq 1 !? |Déchirante The goal is to chek if "dechirante" value is 1.  If that case, it write "déchirante"  It work, but like this :          hroll 1          déchirante and i want to make hroll 1 invisible if i add a $, everithing disappear. can you help me? (as you can see english is not my native langage, excuse me for that)
Have you tried just using --hroll| instead of --hroll *1|
yes i did.  same result