Check for Henchmen in party
philbo
Member Posts: 19
Hey all,
I'm trying to make a conversation conditional that checks to see if a particular henchman is part of the players current party. I found the GetWorkingForPlayer function, but it only works if it is from a script attached to the particular henchmen. Also GetBeenHired does not work in cases where the henchman was hired, then fired or killed, it would still return true. At least that is how i understand these functions.
What is an efficient way to check from a conversation with an npc whether a particular henchman is in the current party?
I appreciate any help!
I'm trying to make a conversation conditional that checks to see if a particular henchman is part of the players current party. I found the GetWorkingForPlayer function, but it only works if it is from a script attached to the particular henchmen. Also GetBeenHired does not work in cases where the henchman was hired, then fired or killed, it would still return true. At least that is how i understand these functions.
What is an efficient way to check from a conversation with an npc whether a particular henchman is in the current party?
I appreciate any help!
0
Comments
Or, I'm not sure if GetFactionLeader() works on non PCs, but you can give it a try if the henchman is unique
Thank you for your response!
I tried the second option first, and it worked!
You are my hero