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
Since version 1.6.0, the tool can be interacted with using a public API. The current available calls are:
const{ api }=game.modules.get('hero-creation-tool')api.openForNewActor()// Opens the tool for creating a new actorapi.selectSources()// Opens the source selector (the same can also be accessed from the Module Settings)// since 1.9.0api.resetSources()// Reverts the compendium sources back to defaults (SRD 5e only)