Stevertus / mcscript

A programming language for Minecraft Vanilla
https://mcscript.stevertus.com
MIT License
233 stars 16 forks source link

JavaScript Modals with MCScript evaluation #26

Open codinghusi opened 4 years ago

codinghusi commented 4 years ago

Hi, the modaljs is a function that needs to return some minecraft commands. I think it would be more handy if you could return mcscript code :)

Stevertus commented 3 years ago

This is a great idea, I would have to run the entire parser again over all modals, possibly creating recursive patterns. Major parts of the language would have to be redone for this to work. I am not adding new features to mcscript anymore, because the work required to rearrange everything is too much.