Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
54cc905d5c
commit
140c95dba4
1 changed files with 2 additions and 10 deletions
|
@ -16,17 +16,9 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
|
||||||
|
|
||||||
| Instruction / Usage | Description | Example |
|
| Instruction / Usage | Description | Example |
|
||||||
| ------------------------------------------------------------- | --------------------------------------------------------------------------- |----|
|
| ------------------------------------------------------------- | --------------------------------------------------------------------------- |----|
|
||||||
| 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. | <pre>HEAR name <br/>TALK "Your name is " + name.<br/></pre>|
|
||||||
```
|
|
||||||
HEAR name
|
|
||||||
TALK "Your name is " + name.
|
|
||||||
```|
|
|
||||||
| confirm _variable_ (Comming soon) | Waits for confirmation like 'yes', 'y', 'yeah' and return true or false |
|
| 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. | <pre>TALK "Hello world." </pre>|
|
||||||
```
|
|
||||||
TALK "Hello world."
|
|
||||||
```
|
|
||||||
|
|
|
||||||
| 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. |
|
||||||
| WAIT _seconds_ | Wait a number of seconds before continuing the conversation. |
|
| WAIT _seconds_ | Wait a number of seconds before continuing the conversation. |
|
||||||
|
|
Loading…
Add table
Reference in a new issue