Difference between revisions of "EVENT TYPE COMMAND COMPLETE"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split off of event)
(No difference)

Revision as of 16:27, 20 July 2009

  • Sent When: creature finishes doing a command(attack, special ability, spell, conversation, etc)
  • Sent From: engine
  • Sent To: creatures, player

Parameters:

  • Creator: creature acting
  • Int 0 Type of the last command (e.g. COMMAND_TYPE_ATTACKED)
  • Int 1 The status of the execution (COMMAND_SUCCESSFUL, etc)
  • Int 2 last sub command
  • obj(0) The target that command was applied to