i want to put down a random block around the {_random} location in 3 radius, but when i run the command its set the {_random} variable to <none>, but i have no idea why..
code_language.skript:
set x-coordinate of {_random} to x-coordinate of {_random} + a random integer between -3 and 3
set z-coordinate of {_random} to z-coordinate of {_random} + a random integer between -3 and 3
set block at {_random} to stone
broadcast "%{_random}%"