> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/the-insurgents-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/the-insurgents-handbook/text/text-tags/instant.md).

# Instant

### Signature

```
{instant}
```

### Description

Marks that the next characters in the current line should be instantly displayed. It also makes them immune to the [Speed](/the-insurgents-handbook/text/text-tags/speed.md) tag.

### Examples

#### Sleeping Moogle

```
{dialog 0}
Moogle
{speed:4}zzzzzz
{instant}kupo?
zzzzzz
{/dialog}
```

With this dialog, the text `zzzzzz` would be gradually displayed, and once done, the text `kupo?` would be instantly displayed, and finally the text `zzzzzz` would be gradually displayed again.

### Notes

{% hint style="info" %}
Although this tag is mostly used at the start of the first line of a dialog with the window type: **Dialog Window**, which is the speaker name, it doesn't actually result in a difference as the latter isn't affected by the speed tag anyway.
{% endhint %}
