Commands to change settings like sound, screensize, and controls, so we don't need any additions to the premade title screen and we can make real title screens using levels.
gamevolume = 17 (in %)
screensize = 1/1.25/1.5/full
value = lastkeypressed p1keyboard/p2keyboard/p1gamepad/p2gamepad (just a thing to set a value to the id of the last button pressed, you can also add p1keyboard, etc... after to limit it to a specific peripherical)
setkey p1keyboard/p2keyboard/p1gamepad/p2gamepad up/down/left/right/jump/attack/pick/use = value (what to do after the last command)
This could also be used for pause menu but we would need the soft freeze command that I discussed in
my soft freeze thread.