• A hook event fired by the system when an ActorPF rolls a save.

    Parameters

    • actor: ActorPF

      The actor rolling a save

    • options: ActorRollOptions

      Additional options for the roll

    • save: "fort" | "ref" | "will"

      The key of the save being rolled

    Returns boolean

    Explicitly return false to prevent the actor from rolling the save.

    Remarks

    Called by Hooks.call

Generated using TypeDoc