Partner Invite
- um-ronin-multicharacter - client - invite.lua
- um-ronin-multicharacter - server - invite.lua

To allow players to invite others to join their character session, you can enable the partner invite feature.
- config > main.lua >
partnerInviteset to true
-- Partner invite feature for multicharacter screen
-- When enabled, players can invite their partner or friend to appear together in the character selection screen
-- Command: /partnerinvite [playerID]
partnerInvite = true,Command
- usage:
/partnerinvite [playerID] [type] playerID: The id of the player you want to invite.type: cp or bff (cp for couple, bff for best friends)