Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2020-03-29 18:00:02 -03:00 committed by GitHub
parent c6c809498f
commit c1aee5ee23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
| Instruction | Description | | Instruction | Description |
|----------------------------------|-----------------------------------------------------------------------------| |----------------------------------|-----------------------------------------------------------------------------|
| hear *variable* | Hears something from the person into a *variable* for later use. | | 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. | | talk *message* | Talk the specified *message* to the person. |
| generate a password | Creates a new password into the system variable **password** for later use. | | 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. | | create a bot farm using *params* | Deploys a new bot farm to the cloud. |