The enableSkip function¶
| Syntax: | enableSkip() |
|---|---|
| Returns: | nil |
After calling this function, holding the Ctrl key will quickly advance the
dialogue. In addition, the player will be able to skip
blocking transitions by pressing left mouse button, the
Enter key or by rotating the mouse wheel.
Skipping is enabled by default.
Examples¶
disableSkip()
say "The player will not be able to skip this text with the 'Ctrl' key."
enableSkip()