Stevertus / mcscript

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

Add some kind of random number generator #35

Open mathgeniuszach opened 3 years ago

mathgeniuszach commented 3 years ago

In basic vanilla functions, random numbers are annoying to generate. This would be a very useful tool in making the process simpler.

Heath123 commented 3 years ago

Sadly this isn't really supported or updated any more...

Stevertus commented 3 years ago

Yeah I think that would be a great usecase for this language, but over time it got hard maintaining this project. This is why I rewrote everything to favor a modular approach and community plugins with objD. Here you can also find a sophisticated random generator: https://objd.stevertus.com/utils/#randomscore