That's it. All the scripts just look at Reputation to decide on leaving.IF
InParty(Myself)
ReputationGT(Player1,17)
THEN
RESPONSE #100
SetGlobal("KickedOut","LOCALS",2)
LeaveParty()
END
I don't want to change the designers' original intentions, but I would like to have this script assigned as an option or component. In particular, consider that some of us are transporting these BG1 NPCs to BG2, I'ld like to keep their BG1 settings intact as much as possible.
Edited by Azazello, 06 April 2008 - 06:33 AM.