# Game Mode

- [Adjust Lifepool](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-lifepool.md)
- [Adjust Personal Score](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-personal-score.md)
- [Adjust Player Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-player-points.md)
- [Adjust Team Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/adjust-team-points.md)
- [Clear Team VIP](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/clear-team-vip.md)
- [End Round](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round.md)
- [End Round - All Lose](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-all-lose.md)
- [End Round - All Tie](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-all-tie.md)
- [End Round - Winning Player](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-winning-player.md)
- [End Round - Winning Team](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/end-round-winning-team.md)
- [Get Current Round](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-current-round.md)
- [Get Is Forge Mode](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-is-forge-mode.md)
- [Get Is Game Mode](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-is-game-mode.md)
- [Get Is VIP](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-is-vip.md)
- [Get Lifepool Lives Remaining](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-lifepool-lives-remaining.md)
- [Get Max Rounds](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-max-rounds.md)
- [Get Personal Score](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-personal-score.md)
- [Get Player Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-player-points.md)
- [Get Points To Win](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-points-to-win.md)
- [Get Round Time](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-round-time.md)
- [Get Team Points](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/get-team-points.md)
- [Set Points To Win](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/set-points-to-win.md)
- [Set Round Time](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/set-round-time.md)
- [Set VIP](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/set-vip.md)
- [Spawn Mode Object](https://wiki.thescriptersguild.com/scripting/nodes/game-mode/spawn-mode-object.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.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.
