> For the complete documentation index, see [llms.txt](https://tutorials.wow-jack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.wow-jack.com/event-manager/events/wait.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tutorials.wow-jack.com/event-manager/events/wait.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
