From 3cf07a18198512df59ce7b8e14d4ecf1264a6474 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 5 Nov 2020 14:09:14 -0600 Subject: [PATCH] Created skip (markdown) --- skip.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 skip.md diff --git a/skip.md b/skip.md new file mode 100644 index 0000000..efd43a3 --- /dev/null +++ b/skip.md @@ -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 +} +``` \ No newline at end of file