
HI all - I have a question about using the mobile app with a custom character sheet that i've created: When clicking on a button like an ability score check (example html code below), on the phone app I get a message "Template named default was not found." The button DOES work - I can see the result correctly in the chat on the web version - but it's not at all visible to the mobile user. Is that just the way it is since the chat isn't on the mobile app? Is there any way to get that result to show on the mobile app? Or at least suppress the error message (i.e. a user might log in to the web app while using the mobile app to keep their character sheet up so they could trigger a roll and then look to the web screen for the result)? <button type="roll" class="sheet-core-save" name="roll_Strength_Save" value="&{template:default} {{name=@{character_name}'s STR Check}} {{Result: [[ 1d20 + @{strength_mod} ]]}}">STR</button> Thanks!