Osiris/API/PartySetFlag

From Divinity Engine Wiki
Revision as of 21:45, 18 July 2019 by Tinkerer (talk | contribs) (Documented PartySetFlag)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call PartySetFlag((CHARACTERGUID)_Character, (STRING)_Flag, (INTEGER)_DialogInstance)
Description

Sets the flag _Flag on _Character and on every other character in the same party. The _DialogInstance parameter can be examined when catching the corresponding ObjectFlagSet event, but is otherwise unused.

Notes
  • If _Character is not in a party, this call does nothing.
  • This call is equivalent to setting _Flag as an object flag on every character in the same party as _Character, including the triggering of ObjectFlagSet events.
See Also