Updated Scripting (markdown)

SirNapkin1334 2018-04-18 19:36:57 -07:00
parent 6277a18e40
commit 9f519fed9c

@ -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. 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. `<>` Denotes a required parameter. `[]` denotes an optional parameter.
[**echo** command](Scripting:--echo) - 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"` **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"`