#Syntax for `Highest solid block`

1 messages · Page 1 of 1 (latest)

tawdry ibex
#

Hey, just wondering what the syntax is for the highest solid block expression, the website isn't clear on how to add the x and z coordinates (I am trying to randomly select the highest block in a certain area)
https://docs.skunity.com/syntax/search/id:5143

#
  set {_z} to a random integer between -50 and 50
  set highest block at location({_x}, y, {_z})```