From d81c837707e4cd98e4c3ad24649fafce1b4eca3f Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Fri, 27 Apr 2018 15:43:16 -0700 Subject: [PATCH] Put in info. --- Scripting:-chk.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Scripting:-chk.md b/Scripting:-chk.md index a45d427..d4d952a 100644 --- a/Scripting:-chk.md +++ b/Scripting:-chk.md @@ -1 +1,16 @@ -**Example 1** \ No newline at end of file +This page delves into greater details about the `chk` command. + +## Usage +The `chk` command is used to check two values against each other (this is not case-sensitive). + +### Syntax & Example +`chk ` +Example: +`chk $[HAX] ntrboot` + +## Notes + +The two arguments follow the same [implicit vs explicit argument rules](https://github.com/d0k3/GodMode9/wiki/Scripting:--echo#implicit-vs-explicit-statements) as all other scripts. + + +The two arguments can be many things, but the main use is variables. For example, checking if a variable matches another variable, or a certain string (i.e. `1:/import`, `a9lh`, `0`). \ No newline at end of file