https://docs.skunity.com/syntax/expressions/Get Point1
Can anyone help me with this expression? I've tried like 50 different ways and i always get a "Can't understand this expression" error. If i use a variable list, i get a "Latter is not an object" error.
I'm aiming for the TUSKE syntax, but ive also tried to get PirateSk to work as well, with no luck. Also have SKSharp because one forum post mentioned that there had probably been a merge of the addons... At this point, I don't care what I use if i can just get those points into a variable.
I just need to put the 2 points of a region into a variable.
Here are some of the ones I've tried...
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?several days worth of rewriting, searching google and this site, searching other skript sites, updating and downgrading plugins. A lot of the above lines I wrote just out of pure desperation because of skripts general fickleness... I've used strings instead of variables, I've parsed the points differently.
Can anyone help me with this expression? I've tried like 50 different ways and i always get a "Can't understand this expression" error. If i use a variable list, i get a "Latter is not an object" error.
I'm aiming for the TUSKE syntax, but ive also tried to get PirateSk to work as well, with no luck. Also have SKSharp because one forum post mentioned that there had probably been a merge of the addons... At this point, I don't care what I use if i can just get those points into a variable.
I just need to put the 2 points of a region into a variable.
Here are some of the ones I've tried...
code_language.skript:
set {_point1::*} to point 1 of region "%{_address}%" parsed as location
set {_point2::*} to point 2 of "address"
set {_point3::*} to sharpsk worldguard point 2 of region "region" parsed as region
set {_point4} to point 1 of region "%{_address}%" in %world%
set {_point4::*} to point 1 of region "%{_address}%" in %world%
set {_point} to point 1 of region "%{_address}%" parsed as region
set {_point4::*} to sharpsk worldguard point 1 of region "%{_address}%" in %world%
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?several days worth of rewriting, searching google and this site, searching other skript sites, updating and downgrading plugins. A lot of the above lines I wrote just out of pure desperation because of skripts general fickleness... I've used strings instead of variables, I've parsed the points differently.