set {_loc} to location of event-block
set {_w} to world of {_loc}
set {_x} to x-coordinate of {_loc}
set {_y} to y-coordinate of {_loc}
set {_z} to z-coordinate of {_loc}
loop all blocks from location({_x}-1, {_y}-1, {_z}-1, {_w}) to location({_x}+1, {_y}-1, {_z}+1, {_w}):
set loop-block to diamond block
stop
why block setted to diamond block only in location 1 not all block between 2 location
location 1 is location({_x}-1, {_y}-1, {_z}-1, {_w})
i was tried between, loop blocks, within, and same
set {_w} to world of {_loc}
set {_x} to x-coordinate of {_loc}
set {_y} to y-coordinate of {_loc}
set {_z} to z-coordinate of {_loc}
loop all blocks from location({_x}-1, {_y}-1, {_z}-1, {_w}) to location({_x}+1, {_y}-1, {_z}+1, {_w}):
set loop-block to diamond block
stop
why block setted to diamond block only in location 1 not all block between 2 location
location 1 is location({_x}-1, {_y}-1, {_z}-1, {_w})
i was tried between, loop blocks, within, and same