ForceGroupStrategy

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Forces a combat group strategy of an actor currently in combat with one or more combat allies. The following combat strategies are accepted:
FALLBACK
ADVANCE
FLANK
AMBUSH
If an empty string is passed, combat group strategy is cleared.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
Actor.ForceGroupStrategy StrategyName:string

Example

Player.ForceGroupStrategy FALLBACK