So I tried to make one but unfortunately having a great deal of difficulty wrapping my mind around the code. Has anyone made a Character sheet for "Teenagers from Outer Space" it's pretty much a D6 system and pretty laid back. If someone might be willing to help me code it, I would appreciate it. I have a start, but it's as ugly as sin. { "legacy": true} <label for="Charactername">Character name</label> <input type="text" id="Charactername" name="Charactername"> <label for="Playername">Player name</label> <input type="text" id="Playername" name="Playername"> <label for="Type">Type of Being</label> <input type="text" id="Type" name="Type"> <table> Statistics <tr>Smarts</tr> <tr><input type="number" name="attr_smarts"></tr> <tr>Bod</tr> <tr><input type="number" name="attr_bod"><button type="roll" value="/roll 1d6 + @{Attr_bod}" name="roll_Bodcheck">Roll Bod Check</button></tr> <tr>Relationship with X</tr> <tr><input type="number" name="attr_rwx"><button type="roll" value="/roll 1d6 + @{Attr_rwx}" name="roll_Rwxcheck">Roll RWX Check</button></tr> <tr>Luck</tr> <tr><input type="number" name="attr_luck"><button type="roll" value="/roll 1d6 + @{Attr_luck}" name="roll_Luckcheck">Roll Luck Check</button></tr> <tr>Driving/Riding</tr> <tr><input type="number" name="attr_drive"><button type="roll" value="/roll 1d6 + @{Attr_drive}" name="roll_Drivecheck">Roll Driving/Riding Check</button></tr> <tr>Looks</tr> <tr><input type="number" name="attr_looks"><button type="roll" value="/roll 1d6 + @{Attr_looks}" name="roll_Lookscheck">Roll Looks Check</button></tr> <tr>Cool</tr> <tr><input type="number" name="attr_cool"><button type="roll" value="/roll 1d6 + @{Attr_cool}" name="roll_Coolcheck">Roll Cool Check</button></tr> </table> <table> Health (Bonks) <input type="number" name="attr_bonks"> </table> Knacks Powers