#Remove Placed block after x seconds.
1 messages · Page 1 of 1 (latest)
on place:
if event-block placed is water:
wait 2 seconds
set block at event-location to air
still says "Cant understand condition"
for "if event-block placed is water:"
remove the placed
thanks that did the trick