Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 460 Bytes

Break.md

File metadata and controls

25 lines (20 loc) · 460 Bytes

Back to overview


Break


Description

Pauses the script and waits until the player clicked on the progress button.

Parameters

This instruction has no parameters.

Examples:

Example #1: Asking the player to press the progress button to continue after a text has been displayed.

1: ...
2: DisplayText:["Phoenix"|"The Defense is ready, Your Honor."];
3: Break;
4: ...

Remarks:


Back to overview