Body, Mind & Soul — API Reference
    Preparing search index...

    Function showTriggerCompelCheck

    • Deliver an interactive compel check to the actor's controlling user. Routes via promptFor: player delegate if online, else lead GM.

      Parameters

      • actor: Actor
      • config: {
            allowTake10?: boolean;
            hideDCs?: boolean;
            options: { attribute: any; dc: any; label: any }[];
        }
      • OptionalactionName: string

      Returns Promise<{ choice: string; optionIndex: number; success: boolean } | null>