1
skip
Pk11 edited this page 2020-11-05 14:09:14 -06:00

The skip function has 1 parameter. It will skip ahead the specified amount, useful with promptMessage to do alternate things by user input.

  • count -> The amount of functions to skip

Example:

{
    "type": "skip",
    "count": 1
}