Difference between revisions of "Osiris/API/PartySetFlag"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented PartySetFlag)
 
(No difference)

Latest revision as of 22:45, 18 July 2019

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