mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Add set & input cmds
parent
20ecc367d1
commit
c410aa2e46
@ -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 <varname> <data>` Example: `set TESTPATH 0:/3ds/`
|
**set** command - allows you to create variables and edit `ERRORMSG` and `SUCCESSMSG` Syntax: `set <varname> <data>` 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 <prompt> <varname>` 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]
|
[more to come ofc]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user