The Man in Black Posted December 25, 2019 Share Posted December 25, 2019 Does anyone know if it’s possible to generate a list of all people that an NPC has a given type of relationship with? If you already have two NPCs, Actor1 and Actor2, it’s easy to check whether they have a relationship with Actor1.HasAssiciationType(Relationship, Actor2). But is there a way to do a reverse look up? To find Actor2 without having to essentially run a boolean check on every single actor in the game? Or, more concretely, is there an easier way to find out who an actor’s siblings are without checking whether every single actor in the game has a sibling-type relationship with them? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now