12.4.37
- Fix for counting every attack as an Attack of Opportunity.
- For Macro writers
- Added new versions of the preItemRoll and preTargeting hooks,
- preItemRollV2(workflow, usage, dialog, message)
- preTargetingV2(workflow, usage, dialog, message)
- The existing hooks are still called with the existing signatures
- preItemRoll(activity, token, config, dialog, message)
- preTargeting(activity, token, config, dialog, message)
In both of the old form hooks workflow can be accessed via config.workflow.
- For all the versions of these hooks, Workflow.getWorkflow(activity.uuid) will fail, the workflow is not recorded until after the chat card is created.
- Added new versions of the preItemRoll and preTargeting hooks,