diff --git a/Scripting.md b/Scripting.md index 7bf5a81..17f29ec 100644 --- a/Scripting.md +++ b/Scripting.md @@ -32,7 +32,7 @@ A short description of every command. Click on the command to go to a more detai **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"` -[**chk** command](/d0k3/GodMode9/wiki/Scripting:--chk) - Checks two values against each other. Syntax: `chk ` Example: `chk $[HAX] a9lh` +[**chk** command](/d0k3/GodMode9/wiki/Scripting:-chk) - Checks two values against each other. Syntax: `chk ` Example: `chk $[HAX] a9lh` **ask** command - Similar to echo, but allows user to abort script. Syntax: `ask ` Example: `ask "Continue running this script?` Note: using `-o` command allows you to ignore user response.