Updated Scripting (markdown)

SirNapkin1334 2018-04-18 19:36:44 -07:00
parent 0819d82dd8
commit 6277a18e40

@ -26,7 +26,7 @@ Example: `ask -o -s "Perform this operation (I will completely ignore your respo
A short description of every command. Click on the command to go to a more detailed page about it.
`<>` Denotes a required parameter. `[]` denotes an optional parameter.
**echo** command - Outputs data to the screen. Syntax: `echo "<text to be outputted>"` Example: `echo "Hello There!"`
[**echo** command](Scripting:--echo) - Outputs data to the screen. Syntax: `echo "<text to be outputted>"` Example: `echo "Hello There!"`
**qr** command - Does the same as echo but also displays a QR on the top screen. Syntax: `qr <message> <qr data>` Example: `qr "Scan for cool stuff! ;)" "https://github.com/d0k3/GodMode9"`