Hi, I know this question was already asked for several times but I did not find any answer, that works with rolltemplates ... so here is the question: for some skills I would like to have the rolls done by the players but without showing them the result. Example is "psychology". We frequently use it for "Does it seem to me, that he is saying the truth ?" - so that is use of "psychology" but of course they should not see the result. Of course I could do the roll - but - as you all know -players like to roll for themselves. so what I am asking for is a replacement of the inline "[[1d100]]" roll in the example, that is providing the same result, but without "throwing the dice" <tr> <td><input type="checkbox" name="attr_psychology_checkbox"></td> <td class="skill-label">Psychologie (10%)</td> <td><input class="skill-input" type="text" name="attr_psychology" value="10"/></td> <td><button type='roll' value='&{template:coc_hidden} {{name=Psychology Roll}} {{success=[[@{psychology}]]}} {{hard=[[floor(@{psychology}/2)]]}} {{extreme=[[floor(@{psychology}/5)]]}} {{ roll1=[[1d100]] }}' name='roll_psychology_check' /></td> </tr> thanks a lot. have fun and stay healthy ! Thomas