Difference between revisions of "EVENT TYPE COMMAND COMPLETE"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(split off of event)
 
m (sort key)
Line 10: Line 10:
 
*<b>obj(0)</b> The target that command was applied to
 
*<b>obj(0)</b> The target that command was applied to
  
[[Category:Event types]]
+
[[Category:Event types|COMMAND_COMPLETE]]

Revision as of 17:00, 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