You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jason Godesky edited this page Jul 17, 2026
·
2 revisions
drawDescription is a wrapper that fetches the specified table, draws the first result from it, and returns the description from that result.
Parameters
uuid: string
The UUID of the roll table you want to roll on (should begin with RollTable.).
Returns
A Promise that resolves either the description of the first result drawn, or null if something went awry (e.g., the table could not be found, no results were drawn, or the result drawn did not have a description).