Linx, At the moment, the roll templates are part of the character sheet. On the official D&D 3.5 sheet, I put them at the very bottom. You can't see them on the sheet itself, but they are below the examples in the same collapsible section. Since you are a mentor, you could modify the 3.5 sheet to make your own custom one (though if you do that, it will not update when I update the sheet... and a place for NPC/monsters is in the update currently waiting to be approved, though it's still rather preliminary). The code for the 3.5 sheet can be found: <a href="https://github.com/Roll20/roll20-character-sheets/" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/</a>... You would need both the CSS and an HTML file. or if you want the not yet approved version, it's in my repository at: <a href="https://github.com/suldae/roll20-character-sheets/" rel="nofollow">https://github.com/suldae/roll20-character-sheets/</a>... You don't need to have the rest of the character sheet if you don't want to, however, you could just create the roll templates in the html/css and install them using the custom sheet options; the only caveat is that you can only have one set of code whether it contains roll templates, character sheets, or both. Hope that helps.