# Set AI Difficulty

![](/files/WgXkopRH4ZHTNcKfZNvL)

## Description

Changes Global AI Difficulty, ranging from Easy to Legendary, and Co-op Scaled Difficulty, which scales difficulty based off the number of players. Only newly-spawned squads will have the new difficulty, so the node can optionally Kill All Squads to ensure difficulties match.

## Node Type

Nodes fall into two basic categories: Data and Execution. This node Executes a function directly in the node string.

## Inputs

| Input                   | Type                                                             | Required | Description                                                                         |
| ----------------------- | ---------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------- |
| Global AI Difficulty    | Easy / Heroic / Legendary / Normal                               | Yes      | Sets difficulty level for all AI in the game.                                       |
| Co-op Scaled Difficulty | Dynamic / Four Players / Many Players / One Player / Two Players | Yes      | Sets difficulty of all AI based off number of players in the game.                  |
| Kill All Squads         | Boolean                                                          | Yes      | Whether or not to kill all currently existing AI that have old difficulty settings. |

## Outputs

| Output | Type | Description |
| ------ | ---- | ----------- |
| N/A    | N/A  | N/A         |

\
\
**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-modifiers/set-ai-difficulty.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.
