This could be used to share codes for games. The project can parse the "code" and input things into variables. It's not really meant to do things like say text, or got to a position, though I implemented it into this project anyway, just to display the ability to easily add custom functions. Instructions/How it Works inside the project. I apologize if it doesn't make much sense, I don't really make tutorials. Don't use without permission from me. Please ask on my profile page. Follow @RyeHands for new game, sorta, coming out soon.
Xample Code: var.set(text:"Hello World!");say(var:"text");delay(10); 3 functions - 2 second delay say(text:":)");var.set(del:"7.5");delay(var:"del"); 3 functions - 0 second delay