# Next

## Description

```javascript
'next'
```

The `next` action will simply continue to the next statement on the script without doing anything else. This action is meant to be used in the `Do` property of [`Choices`](https://developers.monogatari.io/documentation/develop/script-actions/choices) to simply carry on with the script or, as fillers to fill up a space left by a deleted statement in an already-released game.

**Action ID**: Next

**Reversible**: Yes

**Requires User Interaction**: No
