> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.2/toolbox/events/variables/on-variable-set.md).

# On Variable Set

## Overview

![The On Variable Set Node.](/files/Z0NKAqYjEjtRBCP89mpU)

**On Variable Set** is an **Event Listener Node** used for executing a **Logic Branch** when the value of the corresponding **Variable** is set.

[**Scope**](/incari-studio/2023.2/toolbox/overview.md#scopes): **Project**, **Scene**, **Prefab**.

## Outputs

| Output             | Type                                | Description                                                                                                                            |
| ------------------ | ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**                           | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Value`            | ***Data Type** of the **Variable*** | The value of the **Variable**.                                                                                                         |

## See Also

* [**Variables**](/incari-studio/2023.2/toolbox/events/variables.md)
