From c410aa2e465fcf48ccb2857e02c035ebcfe87ded Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Thu, 19 Apr 2018 15:42:26 -0700 Subject: [PATCH] Add set & input cmds --- Scripting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripting.md b/Scripting.md index fb20ca8..c79b596 100644 --- a/Scripting.md +++ b/Scripting.md @@ -36,6 +36,8 @@ A short description of every command. Click on the command to go to a more detai **set** command - allows you to create variables and edit `ERRORMSG` and `SUCCESSMSG` Syntax: `set ` Example: `set TESTPATH 0:/3ds/` +**input** command - allows you to prompt the user to enter a string and store it in a variable. Syntax: `input ` Example: `input "Choose name for test dir?" DIRNAME` Note: the variable can be created beforehand with `set` to preset the initial value. + [more to come ofc]