loop block on y cords

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Crocie

Member
Jul 2, 2021
36
0
6
16
Code:
set {_y} to y-coordinate of event-block
if loop-block is on y-coordinate of {_y}:
Line 1 works
Line 2 doesn't
Can someone help to loop blocks on a certain y level
 
Code:
set {_y} to y-coordinate of event-block
if loop-block is on y-coordinate of {_y}:
Line 1 works
Line 2 doesn't
Can someone help to loop blocks on a certain y level
try
Code:
if y-coordinate of loop-block is {_y}:
FYI Im not sure if this works or not, this is just a guess
 
try
Code:
if y-coordinate of loop-block is {_y}:
FYI Im not sure if this works or not, this is just a guess
It should work 100% but with this code every block gets looped and then checked, with my solution, only the ones on the given y-coordinate should get looped.
 
Status
Not open for further replies.