======Restore Party Member====== ---- Restores a previously removed [[character]] to the player's party. ====Signature:==== restore_party_member(member_id) ^Argument^Description^Type^Required^ |member_id|Unique member ID of the [[character]] to restore.|[[String]]|Yes| The Restore Party Member function is used to return a [[character]] that was previously added to the party and then removed with the [[Remove Party Member]] function. ====Example:==== restore_party_member("Sarah"); //Results:// The [[character]] previously added to player's party with member ID "Sarah", and then later removed, is returned to the party. Use the **Restore Party Member** function to have an [[NPC]] rejoin the party after they've rested in town for a while or returned from setting out on their own. ---- ====Editor Node:==== {{:wiki:restore_party_member_node.png?nolink|}} ~~NOTOC~~