# Attack Trigger Behavior

## Overview

This component is in charge of the Activation and deactivation of Attack Triggers on a Character using the animations Normalized time.

<figure><img src="/files/H7MJNURO6XCL7FTdnkWI" alt=""><figcaption></figcaption></figure>

When an animation is playing; and that animation normalized time is in the Range of the Attack Activation Parameter; It will enable all Attack triggers Attached to the Character that use the same ID as the Attack Trigger.

## Parameters

### Attack Trigger

ID or Index of an Attack Trigger inside a Character.  All Attack Triggers using this value will be activated.

{% hint style="info" %}
If this value is set to -1. all attack triggers attached to the character will be activated
{% endhint %}

### Profile

Profile to activate on the damager

### Attack Activation

Start and End normalized time on which the Attack Trigger will be active during the animation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://malbersanimations.gitbook.io/animal-controller/secondary-components/mdamager/attack-trigger-behavior.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
