gmSheet disappeared after adding playerSheets

Be sure to read and follow the guidelines for our forums.

Jul 19, 2022 11:10 pm
[ +- ] advanced rules definition
After adding my player sheet, I no longer see the gmSheet. Any ideas what I could be doing wrong here?
Jul 19, 2022 11:11 pm
This is for my Forbidden Lands game, by the way
Jul 19, 2022 11:53 pm
You have left out the square brackets [ ], and your playerSheets need to each be in their own set of braces { }.

Maybe try:

"characterSheetIntegration": {
  "gmSheets": [
      {"GM Sheet": "custom/22460"}
    ],
  "playerSheets": [
      {"Group 1": "custom/23162"},
      {"Group 2": "custom/22417"}
    ]
}
Jul 20, 2022 1:10 am
Thank you! I got the GM sheet and Group 2 to show up, but the Group 1 sheet is not showing up
Jul 20, 2022 1:35 am
WarDomo says:
... Group 1 sheet is not showing up
Strange, all three show up for me, but not all at the same time. I can see the GM sheet when I am GM, and both Group 1 and Group 2 in your game.

You do not have permission to post in this thread.