# DataType:dynamiczone

Data for the current dynamic zone instance

## Members

| **Type**                                                                                   | **Member**                             | **Description**                                                                                                                                                                                 |                                                                                                                                                                                                                               |                                                        |
| ------------------------------------------------------------------------------------------ | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [*dzmember*](/macroquest/data-types-and-top-level-objects/data-types/datatype-dzmember.md) | **Leader**                             | The leader of the dynamic zone                                                                                                                                                                  |                                                                                                                                                                                                                               |                                                        |
| [*bool*](/macroquest/data-types-and-top-level-objects/data-types/datatype-bool.md)         | **LeaderFlagged**                      | <p>Returns true if the dzleader can successfully enter the dz (this also means the dz is actually Loaded.)</p><p></p><p><strong>Example:</strong> <code>${DynamicZone.LeaderFlagged}</code></p> |                                                                                                                                                                                                                               |                                                        |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **MaxMembers**                         | Maximum number of characters that can enter this dynamic zone                                                                                                                                   |                                                                                                                                                                                                                               |                                                        |
| [*dzmember*](/macroquest/data-types-and-top-level-objects/data-types/datatype-dzmember.md) | **Member\[**#**\|**&#x6E;am&#x65;**]** | The dynamic zone member *#* or *name*                                                                                                                                                           |                                                                                                                                                                                                                               |                                                        |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **Members**                            | Current number of characters in the dynamic zone                                                                                                                                                |                                                                                                                                                                                                                               |                                                        |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)     | **Name**                               | The full name of the dynamic zone                                                                                                                                                               |                                                                                                                                                                                                                               |                                                        |
| [*int*](/macroquest/data-types-and-top-level-objects/data-types/datatype-int.md)           | **MaxTimers**                          | The number of timers present in **Timers**                                                                                                                                                      |                                                                                                                                                                                                                               |                                                        |
| [*dztimer*](/macroquest/data-types-and-top-level-objects/data-types/datatype-dztimer.md)   | **Timer\[#\|Name]**                    | <p>Access the list of current lockout timers. This is either an index from 1 to <strong>MaxTimers</strong>, or a Expedition                                                                     | Event combination. Event is optional, but if multiple Expeditions match, the timer with the earliest lockout expiration will be returned.</p><p></p><p><strong>Example:</strong><br>/echo ${DynamicZone.Timer\[Nagafen's Lair | Lord Nagafen].Timer.TimeDHM}</p><p>Output: 2:10:24</p> |
| [*string*](/macroquest/data-types-and-top-level-objects/data-types/datatype-string.md)     | **To String**                          | Same as **Name**                                                                                                                                                                                |                                                                                                                                                                                                                               |                                                        |

### Changelog

* July 9th, 2021: Added MaxTimers, Timer


---

# 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://macroquest.gitbook.io/macroquest/data-types-and-top-level-objects/data-types/datatype-dynamiczone.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.
