From 20ecc367d116435f1a15ea00b73a59cb14b9b7c7 Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Thu, 19 Apr 2018 09:15:06 -0700 Subject: [PATCH] Add ask & set --- Scripting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scripting.md b/Scripting.md index 19e93d2..fb20ca8 100644 --- a/Scripting.md +++ b/Scripting.md @@ -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 ` 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. + +**set** command - allows you to create variables and edit `ERRORMSG` and `SUCCESSMSG` Syntax: `set ` Example: `set TESTPATH 0:/3ds/` + [more to come ofc]