Skip to content

V12 Issue: Variables from actor sheet not showing up in Character Sheet

For example, creating a cell in the character sheet that has:

Athletics: @Skill.athletics  |  /r d20+@Skill.athletics#<h2>Athletics Check</h2> #

Should normally show something like

Athletics: [12][dice symbol]

But instead it now shows:

Athletics: [0][dice symbol /r d20+@Skill.athletics]

Note a few things: 1): The stat shows zero, regardless of what Skill.athletics says 2): Clicking the dice roll will actually do the correct roll in the chat. 3): { } brackets no longer work.

Would you have a solution for 1): and 2):?

Mike