Adding hyperlink to chk command page.

TurdPooCharger 2018-04-27 10:17:53 -04:00
parent 6aab5af85b
commit 402baeedac

@ -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 <message> <qr data>` Example: `qr "Scan for cool stuff! ;)" "https://github.com/d0k3/GodMode9"`
**chk** command - Checks two values against each other. Syntax: `chk <value1> <value2>` Example: `chk $[HAX] a9lh`
[**chk** command](/d0k3/GodMode9/wiki/Scripting:--chk) - Checks two values against each other. Syntax: `chk <value1> <value2>` Example: `chk $[HAX] a9lh`
**ask** command - Similar to echo, but allows user to abort script. Syntax: `ask <message>` Example: `ask "Continue running this script?` Note: using `-o` command allows you to ignore user response.