# Events Generic Objectives

- [On Generic Ball Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-ball-dropped.md)
- [On Generic Ball Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-ball-pickup.md)
- [On Generic Bomb Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-bomb-dropped.md)
- [On Generic Bomb Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-bomb-pickup.md)
- [On Generic Flag Carrier Killed](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-carrier-killed.md)
- [On Generic Flag Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-dropped.md)
- [On Generic Flag Picked Up](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-picked-up.md)
- [On Generic Flag Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-reset.md)
- [On Generic Flag Scored](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-scored.md)
- [On Generic Flag Spawned](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-spawned.md)
- [On Generic Flag Zone Entered](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-zone-entered.md)
- [On Generic Flag Zone Exited](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-flag-zone-exited.md)
- [On Generic Skull Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-skull-dropped.md)
- [On Generic Skull Pickup](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-skull-pickup.md)
- [On Generic Zone Capture Complete](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-complete.md)
- [On Generic Zone Capture Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-reset.md)
- [On Generic Zone Capture Secured](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-secured.md)
- [On Generic Zone Capture Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-capture-start.md)
- [On Generic Zone Contested End](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-contested-end.md)
- [On Generic Zone Contested Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-contested-start.md)
- [On Generic Zone Entered](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-entered.md)
- [On Generic Zone Exited](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-exited.md)
- [On Generic Zone Expired](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-expired.md)
- [On Generic Zone Incoming](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-incoming.md)
- [On Generic Zone Neutralize Reset](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-neutralize-reset.md)
- [On Generic Zone Neutralize Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-neutralize-start.md)
- [On Generic Zone Neutralized](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-neutralized.md)
- [On Generic Zone Online](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-online.md)
- [On Generic Zone Score End](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-score-end.md)
- [On Generic Zone Score Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-score-start.md)
- [On Generic Zone Score Tick](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-score-tick.md)
- [On Generic Zone State Changed](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-generic-zone-state-changed.md)
- [On Power Seed Dropped](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-power-seed-dropped.md)
- [On Power Seed Picked Up](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-power-seed-picked-up.md)
- [On Shrinking Zone Start](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-shrinking-zone-start.md)
- [On Shrinking Zone Stop](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-shrinking-zone-stop.md)
- [On Shrinking Zone Tick](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-shrinking-zone-tick.md)
- [On Socket Planted](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-socket-planted.md)
- [On Socket Removed](https://wiki.thescriptersguild.com/scripting/nodes/events-generic-objectives/on-socket-removed.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/events-generic-objectives.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.
