#How can I select one entity out of all looped
1 messages · Page 1 of 1 (latest)
just set it to a local var
set {_selected} to loop-entity
then I suggest you stop loop
also you can just loop all pigs in radius 10 of {_spot}:
you could maybe use https://skripthub.net/docs/?id=9494
if you dont mind it being determenistic, just check dist < 10
thanks, i didn't know this existed :D