# Legacy Halo

- [READ ME!](https://wiki.thescriptersguild.com/legacy-halo/read-me.md)
- [Halo 5](https://wiki.thescriptersguild.com/legacy-halo/halo-5.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-5/forge.md)
- [Cubemaps](https://wiki.thescriptersguild.com/legacy-halo/halo-5/forge/cubemaps.md)
- [Scripting](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting.md): Scripting is a type of user-level object manipulation, first featured in Halo 2: Anniversary, and included with Forge in the Infinity's Armory update to Halo 5: Guardians. It reappeared in the Windows
- [Conditions](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/conditions.md)
- [Actions](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/actions.md)
- [Numbers](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/numbers.md)
- [Selection Filters](https://wiki.thescriptersguild.com/legacy-halo/halo-5/scripting/selection-filters.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/forge.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/forge/articles.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/forge/videos.md)
- [Scripting](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting/articles.md)
- [Game Mode Design](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting/articles/game-mode-design.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-5/guides-and-tutorials/scripting/videos.md): Scripting tips and tricks that maximize what is possible in Halo 5 Forge are being discovered every day. Find here some of the most comprehensive informational and tutorials articles and videos that s
- [Halo 4](https://wiki.thescriptersguild.com/legacy-halo/halo-4.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-4/forge.md)
- [Lighting](https://wiki.thescriptersguild.com/legacy-halo/halo-4/forge/lighting.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials/articles.md)
- [Game Mode Set Up](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials/articles/game-mode-set-up.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-4/guides-and-tutorials/videos.md)
- [Halo Reach](https://wiki.thescriptersguild.com/legacy-halo/halo-reach.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge.md)
- [Spawning](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/spawning.md)
- [Tagging](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/tagging.md)
- [Unorthodox Tagging](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/tagging/unorthodox-tagging.md)
- [Visual Aides](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/forge/import-pending.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/guides-and-tutorials/articles.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-reach/guides-and-tutorials/videos.md)
- [Halo 3](https://wiki.thescriptersguild.com/legacy-halo/halo-3.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-3/forge.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials/articles.md)
- [Budget Glitch](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials/articles/budget-glitch.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-3/guides-and-tutorials/videos.md)
- [Halo 2: Anniversary](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary.md)
- [Forge](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/forge.md)
- [Static Weapon Spawns](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/forge/static-weapon-spawns.md)
- [Guides & Tutorials](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials.md)
- [Articles](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials/articles.md)
- [Framerate](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials/articles/framerate.md)
- [Videos](https://wiki.thescriptersguild.com/legacy-halo/halo-2-anniversary/guides-and-tutorials/videos.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://wiki.thescriptersguild.com/legacy-halo.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.
