Hello, I need help.
My skript is supposed to put down red wool and leave it there for 3 minutes but mine is doing it for a few ticks...
Here is my code:
on block place:
if event-block is red wool:
set location of event-block to {_loc1}
wait 3 minutes
set event-block to air
Thank you!
My skript is supposed to put down red wool and leave it there for 3 minutes but mine is doing it for a few ticks...
Here is my code:
on block place:
if event-block is red wool:
set location of event-block to {_loc1}
wait 3 minutes
set event-block to air
Thank you!