so this was supposed to be a little interface i could use to directly modify SavePaks and test out new features for them and stuff and now i have this i think i got a bit carried away lol this is GoboLn, a mini command line interface with basic package support. only shared this since a) i've been kinda quiet recently (bc of school and stuff) and b) i figured some people might want to use this to test out their own stuff, idk tbh - i hope someone finds this useful though for controls, you can use your keyboard to type stuff a-z and numbers/space/enter are as normal for shift, press the up arrow key in combination with any other key for backspace, press the left arrow key don't type too fast btw, it can't catch up unfortunately ._. the default keyboard configuration is set to the UK (if you press Shift + 2 you'll get a " for example), but you can change this to a US layout if you prefer (hover over "Prefs" in the top bar, click "Key Layout", yadda yadda yadda) oh last thing, there are two packages pre-installed: - gobo - blank blank literally has no purpose other than to serve as a starting point for developers gobo has a bunch of commands like echo, ping, packages, that kinda thing each command also needs to be structured like this: [package] [command] [arguments, if any] so for example: "gobo echo Hello" arguments aren't always needed though so yeah :D enjoy ig (goboln's engine and interface made by @Mario2164 gobo package made by @Mario2164)