IN BETA (PLEASE READ BEFORE USE) ————————————————————————— Scratch Terminal is the #1 variable list terminal on Scratch. With over 50 (we don't have 50 yet) commands, it's science fiction. ————————————————————————— /exit - terminates the current session /audio [name] - plays an audio file (exact name of sound) /name - shows your username /speak - text-to-speech /cards - Useful for some card games (e.g. UNO), it will pick a number from 6 - 12. If you want it to pick a number again, say "a". /e - gives you 100 followers automatically /t - gives you the current time (HH:MM:SS) /d - gives you the current date (DD/MM/YYYY) /mousepos - gives you the current mouse position /clear - clears all commands (basically restarts the shell)
This is in development — please suggest new features I got it to read only part of a command! I used a repeating loop that repeats until a counting variable (in this case, i) reaches the end of the prompt, starting at just after the command. It basically "builds" the text.