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