EVENT TYPE SET PLOT

From Dragon Age Toolset Wiki
Revision as of 17:39, 20 July 2009 by BryanDerksen (Talk | contribs) (split out of event)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Sent When: A plot is setting a plot flag
  • Sent From: engine
  • Sent To: plot script

Parameters:

  • Creator: owner of the plot table, should be a player
  • String 0: plot GUID, defined as string constant
  • Int 1: bit flag number being affected
  • Int 2: the value about to be written (on a normal SET that should be '1', and on a 'clear' it should be '0')
  • Int 3: On SET call, the current flag value (can be either 1 or 0 regardless if it's a set or clear event)
  • Int 4: 1 if the current flag (Int 1) is defined, 0 for normal flag.

IMPORTANT: The flag value on a SET event is set only AFTER this script finishes running!