Skip to content

Instantly share code, notes, and snippets.

@mattexdee
Created October 24, 2020 23:40
Show Gist options
  • Save mattexdee/9da52c43dd24f62ecf58fcda1655d714 to your computer and use it in GitHub Desktop.
Save mattexdee/9da52c43dd24f62ecf58fcda1655d714 to your computer and use it in GitHub Desktop.
const table = game.tables.entities.find(t => t.name === "INSERT TABLE NAME HERE");
table.draw();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment