Started by
Nthextellar
on
Topic category: Help with MCreator software
can you tell me if there's a way to make a timer and after the timer goes to 0, a certain event starts to happen?
thanks!, and sorry if my english is trash
Topic category: Help with MCreator software
can you tell me if there's a way to make a timer and after the timer goes to 0, a certain event starts to happen?
thanks!, and sorry if my english is trash
You can use NBT tags only put this:
Set NBT number tag [yourtag] to get NBT number tag [yourtag] + 1
if get NBT number tag = (your value)
Under that put the thing you want to do, this works with ticks so the value you put isn't in seconds. Don't forget if you are using a block put tile entity on it.