So im trying to make some blocks dissapear when the time in a world hits 18:00, but for some reason it says that "There's no location in an at time event" as an error code. Can someone help me with this?
I also tried setting the block to air like:
While this worked without an error, it didn't break the block which i said it to and i think it's because i didn't include in what world it will do, but i don't know how to add that.
Code:
at 18:00 in world "ab":
set {_v} to vector 133, 5, 74
set block {_v} to air in world "ab"
I also tried setting the block to air like:
Code:
execute console command "/setblock 133 5 74 air"
While this worked without an error, it didn't break the block which i said it to and i think it's because i didn't include in what world it will do, but i don't know how to add that.
Last edited: