Created skip (markdown)

Pk11
2020-11-05 14:09:14 -06:00
parent 2227a19e54
commit 3cf07a1819
+11
@@ -0,0 +1,11 @@
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:
```json
{
"type": "skip",
"count": 1
}
```