HomeGamesUpdatesPricingMethodology
Steam News19 August 202510mo ago

I'm sick so here's an update! Whee!

Add evaluate_roll() macro function Used on an existing local variable holding the result of rolled dice in order to evaluate additional roll options such as counting instances of rolled numbers, getting the highest/lowe

Full notes

Full Gothic Virtual Tabletop update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes3 additions1 change0 removals
  • Gameplay
addedAdd evaluate_roll() macro function Used on an existing local variable holding the result of rolled dice in order to evaluate additional roll options such as counting instances of rolled numbers, getting the highest/lowest values, and most other roll options allowed by the roll() macro function.
addedAdd get_digit() macro function Used to get a specific digit of a number, such as the tens place of a d100 roll. get_digit(69, 100) => 0 get_digit(69, 10) => 6 get_digit(69, 1) => 9
changedTokens you pick up will now be moved to the highest visible layer, (with the exception of tokens with 'Token is clickable' set to false on their token's settings page). This means the latest moved token will be displayed above tokens that have not moved recently.
addedupdate documentation with new macro functions.
  • Add evaluate_roll() macro function

    1. Used on an existing local variable holding the result of rolled dice in order to evaluate additional roll options such as counting instances of rolled numbers, getting the highest/lowest values, and most other roll options allowed by the roll() macro function.

  • Add get_digit() macro function

    1. Used to get a specific digit of a number, such as the tens place of a d100 roll.

    • get_digit(69, 100) => 0

    • get_digit(69, 10) => 6

    • get_digit(69, 1) => 9

  • Tokens you pick up will now be moved to the highest visible layer, (with the exception of tokens with 'Token is clickable' set to false on their token's settings page). This means the latest moved token will be displayed above tokens that have not moved recently.

  • update documentation with new macro functions.

Source

Steam News / 19 August 2025

Open original post

Changelog.gg summarizes and formats this update. How we read updates.