# Game Mode Firefight

- [End Firefight Custom Set](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/end-firefight-custom-set.md)
- [Fail Firefight Custom Perfect Set](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/fail-firefight-custom-perfect-set.md)
- [Get Firefight Boss Spawners](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/get-firefight-boss-spawners.md)
- [Get Firefight Custom Set State](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/get-firefight-custom-set-state.md)
- [Get Firefight Wave Spawners](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/get-firefight-wave-spawners.md)
- [On Firefight Set End](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/on-firefight-set-end.md)
- [On Firefight Set Start](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/on-firefight-set-start.md)
- [Override AI Spawner](https://wiki.thescriptersguild.com/scripting/nodes/game-mode-firefight/override-ai-spawner.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/scripting/nodes/game-mode-firefight.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.
