I AM REWRITING THE INTERPRETER The DScript Editor has three screens: Scripting, Debug, and Game. Scripting Screen: This is where you write code. Hover over the top-right corner to open Code Management Options: Run – runs the script. Edit – edit a specific line. Insert – insert code above a line. Write – add new code to the bottom of the script. Clear – deletes the entire script (only use if you’re sure). Hover over the bottom-right corner to open the Screen Selector, then use the arrows to switch screens. Important Loop Warning: Only one loop can run at a time. While a loop is running, no other code can run. Be careful with infinite loops, as they will lock the script until stopped. Try not to put waits inside loops — it fills the queue faster than it can run, which causes the loop to take forever to stop if you put a loop.stop
THIS IS A PROOF OF CONCEPT, IT IS LIMITED BY THE SCRATCH ENGINE TURBOWARP: turbowarp.org/1222310787 DScript (short for Dot Script) is a programing language I made when I was bored, I ultimately designed it for 2D Game design. It could probably do more, I don't know. This uses a Font called VAG Rounded Bold: https://fontsgeek.com/fonts/vag-rounded-bold --------silly funny pound signs--------- #codinglanguage #code #dscript #dotscript