I am trying to come up with a very barebones character sheet for Star Frontiers—the original boxset rules. I do not have much experience with this, but after reading the wiki entries and looking over the basic sheets available, I have come up with an elementary sheet. I am trying to figure out how to have a roll for entered text. I understand how to roll if the die does not change: <label>STRENGTH </label><input type="text" name='attr_char_strength' class='sheet-short'> <button type='roll' name='roll_testattack' value='&{template:default} {{name=@{character_name}}} {{Strength=[[1d100<@{char_strength}]]}}'>STR</button> But how would I do it if the value is being entered like below: <fieldset class="repeating_weapons"> <input type="text" name="attr_weapon"/> Damage <input type="text" name="attr_dmg"/> Basic # to Hit <input type="text" name="attr_hit"/> </fieldset> Any suggestions are appreciated. tegeus.