Hi! I have two arrays, one `{ghosts::*}` and one `{alive::*} `. Let's say there are two player usernames in each array. I want it so when a ghost goes within 5 blocks of a player in the alive array, something happens to the player (i'll set up what happens). How would I do this? I know I can check when players are in raiduses with eachother, but since I have to loop through 2 loops, the loop of ghosts and loop of players in radius, what can I do?