CommandUseObject

From Dragon Age Toolset Wiki
Revision as of 00:52, 3 March 2010 by BryanDerksen (Talk | contribs) (looks okay. Removing tag)

Jump to: navigation, search

Create a command to use an object.

command CommandUseObject(
object oTarget,
int nAction
);
Parameters:
oTarget
the object to use
nAction
the action to use on the object
Returns:

a valid command

Source:

script.ldf

Description

This will create a command to use an object. Sub commands include:

  1. move to use point
  2. face object
  3. use object

Remarks

See PLACEABLE_ACTION*