Hello
im in the process of making a capture the flag gametype, and a map to boot
i have most of the code done, however i cannot change the block above to another block
it worked in the same code line(s), but when i do it now i get the error "Cant understand this condition/effect"
edit: HERES THE WORKING CODE:
on place of blue wool:
if block below is red_concrete:
add 1 to {redcaptures}
set block to air
set block at location(x, y, z) to blue wool
im in the process of making a capture the flag gametype, and a map to boot
i have most of the code done, however i cannot change the block above to another block
it worked in the same code line(s), but when i do it now i get the error "Cant understand this condition/effect"
edit: HERES THE WORKING CODE:
on place of blue wool:
if block below is red_concrete:
add 1 to {redcaptures}
set block to air
set block at location(x, y, z) to blue wool
Last edited: