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

    Parameters

    • actor: ActorPF

      The actor rolling a skill

    • options: ActorRollOptions

      Additional options for the roll

    • skill: string

      The ID of the skill being rolled

    Returns boolean

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

    Remarks

    Called by Hooks.call

Generated using TypeDoc