Created
October 24, 2020 23:40
-
-
Save mattexdee/9da52c43dd24f62ecf58fcda1655d714 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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