Osiris/API/CharacterRecruitCharacter

From Divinity Engine Wiki
Revision as of 21:44, 28 November 2017 by Tinkerer (talk | contribs) (Explain how CharacterRecruitCharacter behaves in case _TargetCharacter is already a player character, and explicitly mention what it does regarding parties.)
Jump to: navigation, search
Full Definition(s)
  • call CharacterRecruitCharacter([in](CHARACTERGUID)_TargetCharacter,[in](CHARACTERGUID)_OwnerCharacter)
Description

Turns NPC _TargetCharacter into a player-controlled character. The character will be assigned to the user that hosts the game (and hence also their party), and will appear in the portrait list after _OwnerCharacter.

Notes
  • If _TargetCharacter is already a player-controlled character, this call does nothing; in particular, it will not change the party assignment of _TargetCharacter).
See Also