# Get Current Wave Status

![](/files/jr3MUw5EYYhdNHMVebyg)

## Description

Returns the Active Squads, Percent Remaining, and Duration Remaining in the current wave, along with any Straggler Squads that are left over from previous waves

## Node Type

Nodes fall into two basic categories: Data and Execution. This node supplies Data for an Execution node.

## Inputs

| Input        | Type         | Required | Description                                       |
| ------------ | ------------ | -------- | ------------------------------------------------- |
| Wave Manager | Wave Manager | Yes      | The Wave Manager that will be used to get status. |

## Outputs

| Output             | Type         | Description                                                                               |
| ------------------ | ------------ | ----------------------------------------------------------------------------------------- |
| Active Squads      | Generic List | List of Squads in the Wave Manager that have AI currently spawned on the map.             |
| Straggler Squads   | Generic List | List of Squads that are in other Wave Managers that have AI currently spawned on the map. |
| Percent Remaining  | Number       | What percent of the input Wave Manager that hasn't been spawned in yet.                   |
| Duration Remaining | Number       | If Duration was set for the Wave, outputs how many seconds before the Wave ends.          |

\
\
**Contributors**

AddiCt3d 2CHa0s


---

# 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/ai-waves/get-current-wave-status.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.
