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]