ResetReaction

From Dragon Age Toolset Wiki
Jump to: navigation, search

Resets the reaction of the specified object.

void ResetReaction(
object oObject
);
Parameters:
oObject
The object to reset the reaction on
Returns:

Nothing.

Source:

script.ldf

Description

This function resets the reaction of the specified object, returning it to whatever base group hostility it should be at. This function is normally used in conjunction with SetReactionOverride() to return an object to their group's hostility.


See also

SetReactionOverride