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)