# Death Context

- [Was AI Killer](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-ai-killer.md)
- [Was Assisted Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-assisted-kill.md)
- [Was Character Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-character-type.md)
- [Was Grenade Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-grenade-kill.md)
- [Was Last AI Unit In Squad](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-last-ai-unit-in-squad.md)
- [Was Melee Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-melee-kill.md)
- [Was Vehicle Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-vehicle-kill.md)
- [Was Weapon Kill](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-weapon-kill.md)
- [Was With Grenade Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-grenade-type.md)
- [Was With Specific Vehicle](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-specific-vehicle.md)
- [Was With Specific Weapon](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-specific-weapon.md)
- [Was With Vehicle Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-vehicle-type.md)
- [Was With Weapon Type](https://wiki.thescriptersguild.com/scripting/nodes/death-context/was-with-weapon-type.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/death-context.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.
