======Remove Party Member====== ---- Removes a [[character]] from the player's party. The [[character|character's]] stats and properties will be retained. ====Signature:==== remove_party_member(member_id) ^Argument^Description^Type^Required^ |member_id|Unique member ID of the character to remove.|[[String]]|Yes| The [[Restore Party Member]] function can be triggered later to return a [[character]] to the party that was previously removed with the Remove Party Member function. ====Example:==== remove_party_member("Sarah"); //Results:// The [[character]] with member ID "Sarah" is removed from the player's party. Use the **Remove Party Member** function to remove a [[character]] from the party that wishes to rest in town for a while or set out on their own. ---- ====Editor Node:==== {{:wiki:remove_party_member_node.png?nolink|}} ~~NOTOC~~