# TLO:Event

## Description

This is currenly not a supported TLO. This page was added as a visual representation of JacenSolo's idea for an Event TLO. In theory, this TLO would allow access to information regarding Events, such as if any had been triggered.

## Forms

* [*event*](/macroquest/parking-lot/pages-to-be-reviewed/datatype-event.md) **Event**

## Access to Types

* [*event*](/macroquest/parking-lot/pages-to-be-reviewed/datatype-event.md) **event**

## Examples

`/echo There are currently ${Events.Triggered} triggered events.`

## See Also

* [Top-Level Objects](/macroquest/data-types-and-top-level-objects/top-level-objects.md)
* [event](/macroquest/parking-lot/pages-to-be-reviewed/datatype-event.md)
* [Data Types](/macroquest/data-types-and-top-level-objects/data-types.md)
* [Top-Level Objects](/macroquest/data-types-and-top-level-objects/top-level-objects.md)
* [Pound\_Commands](/macroquest/commands/macro-commands/macro-directives.md)
* [Custom\_Events](/macroquest/macros/macros/custom-events.md)
* [Macro\_Reference](/macroquest/documentation/macro-reference.md)
* [Event](/macroquest/commands/macro-commands/macro-directives/event.md)


---

# 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/top-level-objects/tlo-event.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.
