Started by
Hipposgrumm
on
Topic category: Feature requests and ideas for MCreator
I was looking for a block that would allow me to define a series of functions or conditions and I realized that there wasn't one.
Custom functions will allow to add functions with parameters that you can re-use in your code without having to copy the whole thing over and get this mess-ageddon.
Functions can neutralize this effect.
This would be more efficient than writing a plugin to add a specific function that you will only use once.
Also, I don't know if this ticket already exists, or if this is already a feature somewhere. I couldn't find anything (I just don't want to get banned for accidentally making a duplicate ticket of something).
This is implemented by procedures. You can put stuff into sub-procedure and call it from the main procedure
What's a sub-procedure and where do I find it?
Sub-procedure is another procedure you make as a mod element and call it from the main procedure