SetCreatureIsStatue

From Dragon Age Toolset Wiki
Revision as of 23:57, 10 February 2010 by BryanDerksen (Talk | contribs) (Category: Creature functions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Turns creature into a statue. Statues have their animations frozen and cannot move.

void SetCreatureIsStatue(
object oObject,
int value
);
Parameters:
oObject
Creature to turn into a statue
value
True to turn the creature into a statue, false to free it
Returns:

Nothing.

Source:

script.ldf