# Wait

{% hint style="info" %}
Use this event to simply wait or wait for something.
{% endhint %}

***

## Index

1. [Wait](#wait)
2. [Wait for...](#wait-for...)

***

## Wait

<div align="left"><figure><img src="/files/p0jYbRjaT4A0nRtoAALR" alt=""><figcaption></figcaption></figure></div>

* Specify how many seconds Jack should wait.
* Enable "Ignore Attackers" if you want to ignore all combats while waiting.

***

## Wait for...

<div align="left"><figure><img src="/files/2cwIz4cRBruoN4ypsQ91" alt=""><figcaption></figcaption></figure></div>

1. Add an NPC or object or enter the name or ID into the text field.
2. Specify the maximum time in seconds Jack should wait.
3. Enable "Is Gate/Door or Flag" if it is an object whose status can change (e.g. opening a door).

{% hint style="info" %}
If the maximum time is exceeded Jack will continue with the profile.
{% endhint %}

{% hint style="info" %}
When "Is Gate/Door or Flag" is enabled, Jack will search for the closest specified object  and wait until the object's status has changed.

Once the status has changed it will proceed with the profile.
{% endhint %}

{% hint style="info" %}
[Click here to learn more about how to add an NPC, object or item.](/event-manager/create-an-event.md#selection)
{% endhint %}


---

# 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://tutorials.wow-jack.com/event-manager/events/wait.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.
