#How to loop players within a chunk?

1 messages · Page 1 of 1 (latest)

alpine crystal
#
    loop all players within chunk event-chunk:
        d("a")
    loop all players in chunk event-chunk:
        d("a")
    loop all players within event-chunk:
        d("a")
    loop all players in event-chunk:
        d("a")```
I've tried all of these and none of them work.
viral violet
#

are you sure it's not just because there are no players in those chunks

alpine crystal
#
    loop all players in event-chunk:
        d("%loop-value%")```
turns out this works but gives me an error anyways
#

so yeah ig this works, not sure why it gives me an error anyways tho

viral violet
#

interesting the syntax claims it should be ok

alpine crystal
#

Skript v 2.6.4, maybe its conflicting with an addon, idk, gonna mark this as solved

viral violet
#

sounds good

spare marlin
alpine crystal
cursive wharf
#

are you sure its working fine for you?
You just sent a bunch of code that doesn't work

alpine crystal
alpine crystal
cursive wharf
#

its weird it gives errors, but also works, silly skript, probably a bug