How can I find an actor from among 10 Aliases that is closest to the player? Note that this actor will likely not be in "loaded areas" and may well be in an interior cell in a city, town or dungeon.
I tried using Packages (with its Object List and Selected Target options) and Quest Aliases (with its Find Matching options). But I can't seem to get it to work. And because Papyrus' GetDistance () function can return an unusable value when used between actors in different Worldspaces and "non-connected" cells, I can't use it.
Can we find the nearest Object Reference from among 10 when the Object References can be anywhere (in different WorldSpaces, Locations, Interior Cells, etc.)?