Add ask & set

SirNapkin1334 2018-04-19 09:15:06 -07:00
parent 8e9ee3828e
commit 20ecc367d1

@ -32,6 +32,10 @@ A short description of every command. Click on the command to go to a more detai
**chk** command - 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.
**set** command - allows you to create variables and edit `ERRORMSG` and `SUCCESSMSG` Syntax: `set <varname> <data>` Example: `set TESTPATH 0:/3ds/`
[more to come ofc]