> For the complete documentation index, see [llms.txt](https://docs.ninjutsugames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninjutsugames.com/game-creator-2/state-machine-2/visual-scripting/instructions/enable-node-1.md).

# Enable State Machine Node

Enables a node from State Machine asset.

## Description

Re-enables a previously disabled node in a State Machine asset. This affects all runners using this asset.

## Parameters

| Name     | Description                             |
| -------- | --------------------------------------- |
| **Node** | The node to enable in the State Machine |

## Keywords

`Enable`, `Instruction`, `Action`, `State Machine`, `Runner`

## Example

```
Actions Component:
└─ Enable State Machine Node
    └─ Node: "BonusLevelNode"
```

This enables the "BonusLevelNode" in the State Machine asset.

{% hint style="warning" %}
This instruction affects **all runners** using this State Machine asset.
{% endhint %}
