# Events

Here are a few resources to get started with eventing:

* [Arch's "Eventing for Dummies"](http://feuniverse.us/t/eventing-for-dummies/109) (FE7)
* [Zim's (unfinished?) "grand eventing wiki/chapter construction guide"](http://feuniverse.us/t/fe8-the-grand-eventing-wiki-chapter-construction-guide-wip/1594) (FE8)
* [Blazer's "Ultimate Tutorial"](https://www.dropbox.com/sh/zymc1h221nnxpm9/AACZicftK6SbxlndbmYXCpiua/ToolBox?dl=0\&preview=Ultimate+Tutorial.pdf) (FE7) (starting on page 142)

## How to Read the Doc

`Event Assembler/Event assembler language.txt` is a big text file listing all the defined event codes for all three games, and includes a little description for most of them.

Alternatively, if you need more details on how different event codes look like, you can simply browse the `Event Assembler/Language Raws` folder.

If you're looking for a standard definition/macro, you'll want to look at `Event Assembler/EA Standard Library` instead.

## How to Read the Disassembled Events

## The World Map


---

# 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://tutorial.feuniverse.us/ev.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.
