That's the strange thing. They received the message when I dragged a Monster (Whos sheet they didn't have access to) from the journal to the tabletop and it rolled health. They got the health message, although strangely only certain players received the message. I'm completely stumped by the stat block not working then Deleted the Script and reinstalled it today, still crashed when I tried to import it. Below are the only changes I have made to the script, which I believe? I've done right and shouldn't be the reason that this isn't importing (function (shaped) {
/****Import Options***/
shaped.settings = {
createAbilityAsToken: true,
rollMonsterHpOnDrop: true, // will roll HP when character are dropped on map
showName: true, //show the name on the map (not to players)
showNameToPlayers: false, //show the name to players
showCharacterNameOnRollTemplate: true , //show the character's name on their roll templates
//useAaronsNumberedScript: true, //add numbers at the end if using his script
//defaultTab: 'actions', //core is default. uncomment if you want the actions page. Change to 'spellbook' if you want the spellbook page. Change to 'all_npc' if you want to "Show All" for the NPC pages.
sheetOutput: ' hidden ', //change to 'hidden' if you wish the sheet to whisper all commands to the GM
whisperDeathSaves: true, //change to false if you wish NPC death saves to be rolled openly
initiativeTieBreaker: true, //change to true if you want to add the initiative modifier as a tie breaker for initiatives. (I use it)
whisperInitiative: true, //always whisper initiative
initiativeAddsToTracker: true, //change to false if you do not want to add the initiative to the tracker (mainly for the app)
addInitiativeTokenAbility: true, //change to false if you do not want a macro "Init" on every token
attacksVsTargetAC: false, //show the target's AC when using attacks
attacksVsTargetName: false, //show the target's Name when using attacks
addSaveQueryMacroTokenAbility: true, //change to false if you do not want a macro "Save" on every token
addCheckQueryMacroTokenAbility: true, //change to false if you do not want a macro "Check" on every token
useAmmoAutomatically: true,
//hideGMInfo: true, //hide some roll template info from your players. This requires that the gm uses a browser extension
bar: [
/* Setting these to a sheet value will set the token bar value. If they are set to '' or not set then it will use whatever you already have set on the token
Do not use npc_HP, use HP instead
*/
{
name: 'HP', // Green bar
max: true,
link: false,
show: false
}, {
name: 'npc_AC', //Blue bar
max: false,
link: true,
show: false
}, {
name: '', // Red bar
max: false,
link: false,
show: false
},
]
};