GetPCEnemyOfFaction

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns whether the player is an enemy of the specified faction or not.

Syntax

[help]
(bool) GetPCEnemyOfFaction faction:baseform

Example

if GetPCEnemyOfFaction AntFaction
do stuff because the ants hate the player

See Also