Hi, I would like to know how coordinates can be stored within a variable
I was using this but it does not work for what I use it.
The plugins that I am using are: SkStuff and WorldEdit
I was using this but it does not work for what I use it.
code_language.skript:
command /testb:
trigger:
set {Pos1} to "100, 50, -100"
set {Pos2} to "-100, 100, 100"
set {Seesions} to new editsession in player's world with limit 100000
make walls from {Pos1} to {Pos2} using {Seesions} with bedrock
The plugins that I am using are: SkStuff and WorldEdit