Hello guys. Im new to roll20 and coding as well. Tried into manuals, but still, I've got several dumb questions. So, atm my final roll template code looks like: &{template:default} {{name=TEST YOUR MIGHT
?{TEST|STR|DEX|INT|CHAR|EMP}
}} {{RESULT=[[ 2d6 ]]
}} {{MOD= ?{TEST}
}} And the attributes are current output looks like: what output I want to achieve : (1st question) So, when you run the roll, system asks for the attribute name to choose(str, dex, etc) ?{TEST|STR|DEX|INT|CHAR|EMP} For example, user choose str, so now variable 'TEST' contains value 'STR', right? Please, tell me how should I code to get the value from attribute 'STR' ? I've tried different ways {{MOD= ?{TEST} {{MOD= @?{TEST} {{MOD= @{?{TEST}} Hope you guys understood. Second question: The critical roll from 2d6 is 12. If it hits, system should additionally roll 1d100, so expected output looks like: How to achieve it? Im really sorry for bad English, please help.