MkaScript is a scripting language that can run in makecode arcade!
code:
print, MKA_SCRIPT_VER
print, "Hello World!"
output:
0.1
Hello World!
It is still in very earlier development and u can currently only print stuff like variables and strings or prints predefined text.
it is also possible to use blocks to create variables but currently adding a command so u can define one yourself using mkascript
MkaScript sounds like a promising addition to the MakeCode ecosystem. It’s intriguing to hear about a scripting language that operates within MakeCode Arcade, offering a new way to interact and code within the platform.
The code example you shared demonstrates the basic functionality of MkaScript, allowing users to print variables and strings. The output showcasing “0.1” and “Hello World!” reflects the early stages of development.
The capability to create variables through blocks and the upcoming command for user-defined variables shows the potential for MkaScript to offer flexibility and customization. I’m excited to see how this scripting language evolves and empowers creators in the MakeCode community.
Thank you for sharing this exciting glimpse into MkaScript’s possibilities. Keep up the fantastic work, and I’m looking forward to witnessing further advancements in the scripting landscape!