ResetAI
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Clears all current AI behaviors from an actor. Combat, pathing, and packages are re-evaluated.
Syntax
[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.