mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Created skip (markdown)
+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
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user