Solved Loop entities in radius with name

  • 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.

Gecky

Member
May 22, 2019
15
0
0
36
Code:
on mine of oak log:
    loop entities in radius 20 around block:
        if loop-entity is armorstand named "lumberarea":
            broadcast "armorstand"

Is there a way to loop entities in radius and check for armorstand with a name?

Ive pre-spawned the armor stand invisible with a name.

Code doesnt work but I want it to work like that somehow?

"There is no loop that matches 'loop-entity'"
[doublepost=1586805926,1586754779][/doublepost]Bump, kind of urgent :/
 
Use `event-block` instead of `block`

instead of doing `armorstand named`, do `armor stand named`
 
Status
Not open for further replies.