# On Scene Loaded

## Overview

![The On Scene Loaded Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-3e8bcbb6dc54b0461f6b6b2be1da21a01c00cd84%2Fonsceneloadednode20241.png?alt=media)

The **On Scene Loaded Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when the chosen **Scene** has loaded.

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Project**, **Scene**, **Function**.

## Inputs

| Input             | Type        | Description                                                                        |
| ----------------- | ----------- | ---------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**   | A standard **Input Pulse**, to trigger the execution of the **Node**.              |
| `Scene ID`        | **SceneID** | The ID of the chosen **Scene** that when loaded, triggers the **Logic Branch**.    |
| `Subscribe` (►)   | **Pulse**   | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## 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. |
