# Increment Number Variable

![](https://692276616-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FN06Vv6nlwviUQ4hI2Kkd%2Fuploads%2Fgit-blob-e138c1017c803492ac933d09eefd45044eb8ac43%2Fincrement-number-variable.png?alt=media)

## Description

Adjusts the value of a number variable by the Increment Value. Equivalent to calling Get Number Variable, adding the Increment Value, and then calling Set Number Variable on the result.

## 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                                                    |
| ---------- | ------ | -------- | -------------------------------------------------------------- |
| Identifier | String | Yes      | Must match the Identifier of the Number Variable to increment. |
| Increment  | Number | Yes      | How much to add to the Number Variable.                        |
| Scope      | Scope  | Yes      | Must match the scope of the Number Variable to increment.      |
| Object     | Object | No       | Only used if Scope is Object.                                  |

## Outputs

| Output | Type | Description |
| ------ | ---- | ----------- |
| (none) | N/A  | N/A         |

\
\
**Contributors**

AddiCt3d 2CHa0s
