I want to check if hostile actors have line of sight to corpses but LOS functions require IDs.
Then I wanted to use the ondeath() event, with isdead == 1 loop to check who in this list died.
My best idea so far is to use FindRandomActorFromRef and do 100 or 1000 loops and take all non-duplicates into a list.
