Started by
Withie The Cryptid
on
Topic category: Feature requests and ideas for MCreator
I really feel like wait ___ ticks should work with variables. It's just too restrictive for it to not work.
Topic category: Feature requests and ideas for MCreator
I really feel like wait ___ ticks should work with variables. It's just too restrictive for it to not work.
It doesn't work with LOCAL variables because of how programming works. However, global variables do work in it.
Local variables only work in the current run of code, afterwards they are reset. This is a feature many programming languages have.
For any values you need to keep, use NBT, scoreboards, or global variables.