Fraka said: Is there a way I can add the Chief Mate and Magic Officer roles to the sheet myself? Fraka, I think I found a way to cludge together something like a button for rolls for those roles. You have to do some work on the back page of the sheet, and add 2 Attributes: chief_mate_bonus , and magic_officer_bonus. {as shown below} Then, in the Abilities column, add two new ones, you can name them whatever, (this will show up on your buttons) in the one for chief mate put: @{Roadrunner|chief_mate_bonus} replacing Roadrunner with whatever the ship name is. do something similar for Magic Officer. Now, put the following code in your chief_mate_bonus box (I recommend using a text editor to Replace All to change Roadrunner to your ship's name, and change Bleoran to one of your chief mate's names, and Bug to the other, if applicable). This is formatted for two different possible chief mates. If one, (or more) of them uses Acrobatics instead of Athletics, make sure to replace all appropriate references: /w "Roadrunner"&{template:sf_generic} {{name=@{character_name}}} {{characterid=@{character_id}}}{{title=CHIEF MATES}} {{buttons0=[Bleoran](!/
@{Roadrunner|whisper_state}&{template:sf_generic} {{name=@{Roadrunner|character_name}}} {{characterid=@{Roadrunner|character_id}}} {{title={chief mate}}} {{r1=[[1d20+@{Bleoran|athletics_ranks}[RNK]+[[({0,@{Bleoran|athletics_ranks}}>1) * @{Bleoran|athletics_class_skill}]][CS]+@{Bleoran|athletics_ability}[ABI]@{Bleoran|athletics_misc}@{Roadrunner|power_core_status}@{Roadrunner|computer_query}]]}} {{r1name=Bleoran}}) |[Bug](!/
@{Roadrunner|whisper_state}&{template:sf_generic} {{name=@{Roadrunner|character_name}}} {{characterid=@{Roadrunner|character_id}}} {{title=^{chief mate}}} {{r1=[[1d20+@{Bug|athletics_ranks}[RNK]+[[({0,@{Bug|athletics_ranks}}>1) * @{Bug|athletics_class_skill}]][CS]+@{Bug|athletics_ability}[ABI]@{Bug|athletics_misc}@{Roadrunner|power_core_status}@{Roadrunner|computer_query}]]}} {{r1name=Bug}})}} And, here is the code for magic officer. Make similar name replacements as per chief mate. This one is formatted with a shorter code block for if you only have one person in the role. @{Roadrunner|whisper_state}&{template:sf_generic} {{name=@{character_name}}} {{characterid=@{character_id}}} {{title=^{magic-officer}}} {{r1=[[1d20+@{PenYI|mysticism_ranks}[RNK]+[[({0,@{PenYI|mysticism_ranks}}>1) * @{PenYI|mysticism_class_skill}]][CS]+@{PenYI|mysticism_ability}[ABI]@{PenYI|mysticism_misc}@{Roadrunner|power_core_status}@{Roadrunner|computer_query}]]}} {{r1name=PenYI}} On your abilities, once you save them, if you check the Token action box, a button will show up at the top of the screen when the ship token is selected. [see above for checkboxes, and below for buttons] If you check the Macro bar box, a button will show up at the bottom of the screen if they have the macro bar enabled. In either case, just click the button, and it will bring up a whispered selection if there is more than one character name in the box. Here is what my output looked like: I have only done minimal testing on this, so I have not error or glitch proofed it (i.e. red text on the role names in chat} If someone wants to refine and repost, that would be great. I will also happily edit this post with improvements. Edited: for grammar