Body, Mind & Soul — API Reference
    Preparing search index...
    summonNpc: {
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
    }

    Open a dialog that lets the GM place tokens for a pool of NPCs onto the canvas. Config: { npc0actorId, npc0count, npc1actorId, npc1count, … npc4actorId, npc4count }

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>