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

    Function showGMCompelCheck

    • GM dialog for direct-mode NPC compelCheck. Always shows DC values. The "Apply to Group" button signals the caller to cache the result for all tokens sharing the same base actor (via context._compelGroupResults in trigger-conditions.mjs).

      Parameters

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

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