New companion added to party.the problem is that when i hire him and i have my FULL PARTY (i mean ..im in my party with 3 companion e.g. i have alistair in my party, leliana and morrigan.) he gets selected anyway in the partypicker, after that, he follows me like if he is on the party.(when he has been not selected).
Anyway or any script that can fix this?
The actual hiring script that i have is this one:
#include "utility_h"void main()
{
object oPC = GetHero(); object oDouglas = UT_GetNearestCreatureByTag(oPC, party_douglas);
UT_HireFollower(oDouglas);
ShowPartyPickerGUI();
} Thanks to anyone that can help

:D:D