 
 Hey everyone,   I want to manipulate a sheet-template with a number which is not a roll. Is that possible?     {{#skill}} {{#^rollTotal() skill 0}}  <div   class  ="sheet-rolltemplate-button"  >       [Roll](~selected|templateattack||{{skill}})  </div>  {{/^rollTotal() skill 0}} {{/skill}}    skill is 0 but not [[0]], due to the other values being text, I cannot use [[@{skill}]]. Using [[0]] as a value in the select does not help.  My goal is to not show the button with a specific option of a select   Thanks    
 
				
			 
