You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a sorta help me, fix a few things, and improve things. (Mainly removes the "Yes", "yes", "no", and "No" options from the menus as it only accepts one character so they would be redundant anyways.
echo Nothing here yet, currently working on the main menu.
194
199
echo.Press any key to go back to the Main menu.
@@ -199,15 +204,16 @@ goto :MainMenu
199
204
:Settings
200
205
@echooff
201
206
cls
202
-
echo.Welcome to the settings menu! Here you can modify some settings!
207
+
echo.Welcome to the settings menu!
208
+
echo.Here you can modify some settings!
203
209
echo.
204
210
echo.1: Modify the default color when you start the script.
205
211
echo.2: Not yet created just felt like adding this here. :P
206
212
set /p SettingsChoice=
207
213
if '%SettingsChoice%'=='1' goto :color
208
214
if '%isSureOfDebugOptions%'=='2' goto :Nothing
209
215
210
-
:: A label used for when I wanted to add an option but it isn't implemented yet or is in a state where it can't be used.
216
+
:: A label used for when I wanted to add an option but it isn't implemented yet or is in a state where it can't be used. Or if I just haven't though of anything to put in that slot yet.
211
217
:Nothing
212
218
@echooff
213
219
echo Nothing here yet! There might be soon O_O
@@ -219,7 +225,7 @@ goto :Settings
219
225
:color
220
226
@echooff
221
227
cls
222
-
echo.Welcome to the color selection menu! (BROKEN)
228
+
echo.Welcome to the color selection menu! (kinda janky but it works)
223
229
echo.Please enter a Command Prompt-format color code.
0 commit comments