How do I set block at a variable location? Here's my skript:
trigger:
loop all blocks in radius 200 around player:
if loop-block is a snow block:
set {spleefregeneration} to location of loop-blocks
set block at {spleefregeneration} to snow block```
This skript doesnt seem to place the blocks and it's my first time trying stuff like this out.
