TOPIC AND VIDEO TUTORIAL: https://scratch.mit.edu/discuss/topic/387458/ USE: "help" for command list ➦ How to add your own command 1. Add your command name to the "#z.commands" list 2. Add your tooltip to the command in the "#z.help" list 3. In "compileCommandWithArguments ( )" block: ..........Replace "#YOUR_COMMAND_NAME_HERE" with your command ..........Inside this block you can do anything you want to be done ..........Each element is an argument. Just remember: arguments begin with 2 element 4. If you have questions, lets go to discussion [This is at the bottom of the description] ➦ How to import to your project 1. Just paste this sprite into your project 2. Use the message "console.close" and "console.open" for appropriate actions ➦ Author Fully designed and implemented by @TheForceStudio ➦ Discussion