ResetAI

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Clears all current AI behaviors from an actor. Combat, pathing, and packages are re-evaluated.

Syntax

[help]
[actor:ref].ResetAI 

Notes

  • This is a severe command that affects all AI behavior. Usually, you just want to have an actor re-evaluate its current package. In that case, use EvaluatePackage instead.
  • Packages added via AddScriptPackage will stop running and are removed when this command is used.

See Also