RemoveFromParty(object)

Removes a PC from their party.

void RemoveFromParty(
    object oPC
);

Parameters

oPC

Removes this player from whatever party they're currently in.


Description

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



Remarks

To remove a henchman NPC from the service of a PC use RemoveHenchman(). As of patch 1.28, no longer removes a player from the party when the server is set to "One Party Only".


Version

1.28

See Also

functions: AddToParty | RemoveHenchman
categories: Party Functions


 author: Tom Cassiotis, editor: Charles Feduke