Alright, so I have two questions for all of you well versed in the world of scripting.
First: Is there a way to forcibly take an NPC out of your party and put one in. Sort of like the party selection screen except it's all done through scripts without the players consent.
Second: In the conditional script to check if you are wearing Sith armor on Taris it checks for that one specific item. Is there a way to make it so it, for example, just checks every G_A_Class4something or do I have to make it check every uti separately?
For your first question there are the script functions
AddPartyMember()
RemoveFromParty()
which are probably your best bet.
newbiemodder made a script for this, though I haven't gotten to the point of trying it out in k1 yet...
http://www.lucasforums.com/showthread.php?t=207533)
Are wildcards ( * ) supported in kotor scripting? Never tried to use one, but it sure would be the easy answer to #2.