Mindtwistah Posted July 25, 2007 Share Posted July 25, 2007 What script is there to remove a party member? Link to comment Share on other sites More sharing options...
Master Zionosis Posted July 25, 2007 Share Posted July 25, 2007 This is a script you can use void main() { RemoveNPCFromPartyToBase(NPC_G0T0); RemoveAvailableNPC(NPC_G0T0); } Obviously you replace G0T0 with the CNPC you want to remove. Link to comment Share on other sites More sharing options...
Mindtwistah Posted July 25, 2007 Author Share Posted July 25, 2007 For K1 Mindtwistah please be aware of Rule #8. -RH Link to comment Share on other sites More sharing options...
Master Zionosis Posted July 25, 2007 Share Posted July 25, 2007 For K1 Well, to save the need for more than 1 request state which game it is for in the thread This will work for K1: void main() { RemoveAvailableNPC(7); } BASTILA = 0 CANDEROUS= 1 CARTH = 2 HK_47 = 3 JOLEE= 4 JUHANI= 5 MISSION= 6 T3_M4 = 7 ZAALBAR = 8 Replace the 7 with the NPC you want to replace. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.