EvaluatePackage

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: EvaluatePackage.

A function included in the GECK version 1.1.0.36.

Description

EvaluatePackage or "evp" forces the actor to reevaluate its package list.

Syntax

[help]
[ActorRefID].EvaluatePackage 

Or:

[ActorRefID].evp

Example

BuffyRef.EvaluatePackage
BuffyRef.evp

Notes

  • If the actor is on a package flagged as must complete or must reach location, EVP will still drop that package and force a reevaluation of the package list.
  • EvaluatePackage will not modify any other AI behavior (combat, pathing). If you want to reset all AI on an actor, use the ResetAI command.

See Also