From f6b7a6b4370eef3f5c0c479c294a5dc4faf976f9 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:39:10 -0600 Subject: [PATCH] Updated promptMessage (markdown) --- promptMessage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promptMessage.md b/promptMessage.md index 198d6af..08ec5f4 100644 --- a/promptMessage.md +++ b/promptMessage.md @@ -1,4 +1,4 @@ -The `promptMessage` function has 1 parameter. It will show the message and prompt the user to answer yes or no, if they answer no then the script will stop and the rest will not be run. +The `promptMessage` function has 1 parameter. The alternate type `promptMsg` also works. It will show the message and prompt the user to answer yes or no, if they answer no then the script will stop and the rest will not be run. - `message` -> The message to show in a yes / no prompt - `count` -> The amount of functions to skip if no is answered, if left out the script will end