PRESS KEYS "D", then "E", and finally "V". The Dev Console sprite is the one you want. The Test sprite lets you test some of the features in the dev console. The dev sprite is an example of how you can open/close the console. Commands: bmsg: This will broadcast whatever string comes after this command. (bmsg test) clear: Deletes all of the Dev Console list. (clear) cls: Short for clear screen, this does what clear does. (cls) del pen: Erases all pen. (del pen) end: Stops the project. (end) exit dev: Disables dev mode. (exit dev)
Comment any projects that you used this in! (any other comments or advertisements WILL be deleted) Tips: - You can add any command to the console! Make it better suited to you project! - For the commands section of the instructions, the text in parenthesis is an example command you can try out. - For the commands section (of the instructions), anything in quotes is a string, you can put whatever you want. (the quotation marks aren't needed.)