harIII Posted March 6, 2009 Share Posted March 6, 2009 I need a script to remove an NPC from your party once they have joined you for K1. Link to comment Share on other sites More sharing options...
Giant Graffiti Posted March 6, 2009 Share Posted March 6, 2009 I think there are already scripts to remove the entire party in K1, but this should also work. void main() { RemoveAvailableNPC(2); } This removes the character in Carth's spot. The numbers for other party members are: BASTILA = 0 CANDEROUS = 1 CARTH = 2 HK_47 = 3 JOLEE = 4 JUHANI = 5 MISSION = 6 T3_M4 = 7 ZAALBAR = 8 Link to comment Share on other sites More sharing options...
HK-47Droid Posted March 12, 2009 Share Posted March 12, 2009 Just a quick reply to this- can you import new people instead of them? like get rid of Zalbarr (cuz he isnt an important part until his planet, and that can be the first completed) for a new HK-47 but with a different skin? cuz i wanna roam around with two vicious killing machines. Link to comment Share on other sites More sharing options...
Giant Graffiti Posted March 12, 2009 Share Posted March 12, 2009 Yes. For more information go here. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.