Jump to content

Home

Clear Party Script


supreme kotor

Recommended Posts

Hey everyone this should be a nice easy question... I think?

 

Well onto my question:

 

1) Is their a script that clears the players party. (So no one beside the PC would be warped to a module)

 

2) If that script exists what would that script be?

 

Thanks- Supreme Kotor

 

You might experiment with these functions, though I'd backup a saved game first since, IIRC one function will remove the person with their data intact, and another will make it as if they were never in your party(i.e: their default level, skills, powers, and equipment).

 

Show spoiler
(hidden content - requires Javascript to show)
// 575: Removes a creature from the party

// Returns whether the removal was syccessful

// RemovePartyMember

int RemovePartyMember(int nNPC);

 

// 573: Remove oPC from their current party. This will only work on a PC.

// - oPC: removes this player from whatever party they're currently in.

void RemoveFromParty(object oPC);

 

These are the same for both games. Also, there could be better methods in one of the include files, but I don't have access to those files right now.

Link to comment
Share on other sites

You might experiment with these functions, though I'd backup a saved game first since, IIRC one function will remove the person with their data intact, and another will make it as if they were never in your party(i.e: their default level, skills, powers, and equipment).

 

Show spoiler
(hidden content - requires Javascript to show)
// 575: Removes a creature from the party

// Returns whether the removal was syccessful

// RemovePartyMember

int RemovePartyMember(int nNPC);

 

// 573: Remove oPC from their current party. This will only work on a PC.

// - oPC: removes this player from whatever party they're currently in.

void RemoveFromParty(object oPC);

 

These are the same for both games. Also, there could be better methods in one of the include files, but I don't have access to those files right now.

 

Thanks i will try thoose out asap.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...