Where did you find that section?What does this do? I don’t know which to set those numbers to...
Code:for(i=1;i<4;i++) {if( GetOfficersIndex(pCharacter,i)>=0 || GetCompanionIndex(pCharacter,i)>=0 ) break;} if(i==4) { bBeParty = true; } else { bBeParty = true; }
At first impression, it makes no sense to me.