Osiris/API/CharacterAddToPlayerCharacter

From Divinity Engine Wiki
Revision as of 22:18, 28 February 2018 by Tinkerer (talk | contribs)
(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.

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