shavkacagarikia Posted November 1, 2016 Share Posted November 1, 2016 Hello. I want to get all actors nearby when some stuff happens, basically I want something similar to findClosestActorFromRef but as a array of all actors nearby. Any ideas how can I do that? Link to comment Share on other sites More sharing options...
EveningTide Posted November 1, 2016 Share Posted November 1, 2016 (edited) http://www.creationkit.com/fallout4/index.php?title=FindAllReferencesWithKeyword_-_ObjectReference Use the keyword "ActorTypeNPC". It might return the player too. Edit: You don't have to call this function on the player, but it may add the player to the array still. Edited November 1, 2016 by EveningTide Link to comment Share on other sites More sharing options...
shavkacagarikia Posted November 2, 2016 Author Share Posted November 2, 2016 Thanks, but if I want it for all of the actors including creatures, animals, vertibirds? I assume I will need to use multiple keywords for each of them then Link to comment Share on other sites More sharing options...
Recommended Posts