GeorgNihilus Posted January 15, 2008 Share Posted January 15, 2008 Hi guys, and girls I'm in need of a script to determine the number of active party members with the PC outside the Ebon Hawk, 1, 2 or if he/she is alone ... It looks like the GetPartyMemberCount() function gives the total count of party members, not the active ones I guess ... so how can I know this?? hope someone could help me thanks on advance Link to comment Share on other sites More sharing options...
stoffe Posted January 16, 2008 Share Posted January 16, 2008 Hi guys, and girls I'm in need of a script to determine the number of active party members with the PC outside the Ebon Hawk, 1, 2 or if he/she is alone ... The GetPartyMemberCount() should give the number of people in the active party, including the player character. So it should return a value between 1 and 3. You can use it to loop though all members in the active party. Link to comment Share on other sites More sharing options...
GeorgNihilus Posted January 17, 2008 Author Share Posted January 17, 2008 Thanks Stoffe that was the function then ... I managed to do what I was intended to ... basically a script that checks if another 'recruited' party member was in the active party (in Juhani's slot in this case). good modding! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.