Osiris/API/CharacterRemoveFromParty
From Divinity Engine Wiki
Full Definition(s)
- call CharacterRemoveFromParty((CHARACTERGUID)_Character)
Description
Removes the character _Character from their party. The character will not be added to another party, but will remain a player character if it was one.
Notes
- This call will not do anything if _Character is NULL or not in a party.
- After removing a player character from a party this way, make sure to add it to another party in the same frame using CharacterAddToParty.