So, I've been trying to make a skript that makes every barrel in a 5 block radius of the player to give off lava particles, but have no luck. This is what I have so far:
But I keep getting errors such as "Can't understand with condition/effect" and "There's no loop that matches 'loop-block to'" over and over, and I think the issue is just with the last line.
<--- Example of what I want it to do
code_language.skript:
every second:
loop all players:
loop all blocks in radius 5 around loop-player:
if loop-block is barrel:
play lava at location of loop-block to loop-player
But I keep getting errors such as "Can't understand with condition/effect" and "There's no loop that matches 'loop-block to'" over and over, and I think the issue is just with the last line.