Osiris/API/CharacterAddToPlayerCharacter

From Divinity Engine Wiki
Revision as of 22:52, 28 November 2017 by Tinkerer (talk | contribs) (Documented CharacterAddToPlayerCharacter)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call CharacterAddToPlayerCharacter((CHARACTERGUID)_Character, (CHARACTERGUID)_Owner)
Description

Turns _Character into a party follower of player-controlled character _Character.

A party follower of a player character can be identified by the fact that a small version of their icon becomes attached to the bottom right of the icon of the player they follow in the top left of the screen. The controlling player can select the party follower, move them around and fight with them, but not perform other interactions such as using items or participating in dialogs. In that sense, they are very similar to summons.

In theory, it also possible to create party followers for NPCs that are in a party, but this is not used in the main DOS2 campaign and hence untested.

Notes
  • This call fails if either _Character or _Owner is NULL, or if _Owner is not in a party.
  • As long as _Character is a party follower of a player character, CharacterIsPlayer will return 1 for this character.
See Also