Jump to content

Home

Script that removes party member


Mindtwistah

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...