From 6277a18e40ee53c8622f826fe0d365f246cd08b6 Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Wed, 18 Apr 2018 19:36:44 -0700 Subject: [PATCH] Updated Scripting (markdown) --- Scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting.md b/Scripting.md index dee255c..a337d32 100644 --- a/Scripting.md +++ b/Scripting.md @@ -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 ""` Example: `echo "Hello There!"` +[**echo** command](Scripting:--echo) - Outputs data to the screen. Syntax: `echo ""` Example: `echo "Hello There!"` **qr** command - Does the same as echo but also displays a QR on the top screen. Syntax: `qr ` Example: `qr "Scan for cool stuff! ;)" "https://github.com/d0k3/GodMode9"`