# Legacy Triggers

{% hint style="info" %}
You are viewing legacy triggers. We've launched a new trigger system, it's much more powerful and flexible! [Check it out!](/game-systems/triggers.md)
{% endhint %}

## Triggers

![](/files/-MXlRXOp-DGrMwfKGIWT)

Triggers are used to automatically reward players upon triggering an event within your game. Triggers can be assigned Rewards that are granted upon triggering the Trigger every time or only after a certain number of times.

#### Trigger Times

The Trigger Times option in a Trigger allows you to set the frequency of how many times the Trigger event can be triggered. The two options are Unlimited and Limited.

* **Unlimited:** Setting the Trigger Times as Unlimited allows the Trigger event to be triggered an unlimited number of times. Every time the Trigger event is triggered, the associated Reward is granted.
* **Limited:** If the Trigger Times is set as Limited, the Trigger event can only be triggered once, only after the event has been triggered the specific number of times defined in the field. For example, if the Limited Trigger Times is set to 3, the Reward will only be granted once the Trigger has been triggered 3 times.


---

# 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://docs.lootlocker.com/legacy/triggers.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.
