From c1aee5ee230503d8b737fbc8e1f0b738a43a6419 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 29 Mar 2020 18:00:02 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index daea8e71..928f8858 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -9,6 +9,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | Instruction | Description | |----------------------------------|-----------------------------------------------------------------------------| | hear *variable* | Hears something from the person into a *variable* for later use. | +| confirm *variable* (Comming soon)| Waits for confirmation like 'yes', 'y', 'yeah' and return true or false | | talk *message* | Talk the specified *message* to the person. | | generate a password | Creates a new password into the system variable **password** for later use. | | create a bot farm using *params* | Deploys a new bot farm to the cloud. |