Search found 2 matches
- Sat May 07, 2022 1:03 pm
- Forum: Love/Hate
- Topic: Best way to access all relationships
- Replies: 4
- Views: 7311
Re: Best way to access all relationships
Thank you! As a counselor trying to make a game, this asset has really helped me improve my coding skills. I think I nest a loop in there to run through each object and compare faction to set the line start/end positions to the transform positions but please correct me if I'm wrong. Much appreciated!
- Sat May 07, 2022 8:39 am
- Forum: Love/Hate
- Topic: Best way to access all relationships
- Replies: 4
- Views: 7311
Best way to access all relationships
Good day, I'm new to Love/Hate and am trying to draw a line between each member to represent their relationship but am a bit confused about how to best access each relationship. I've experimented with the FactionMember, FactionManager, and FactionDatabase but have wound up with a lot of nested loops...