SetEnemy

From the Fallout3 GECK Wiki
Revision as of 15:22, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

SetEnemy Sets an enemy/neutral relationship between two factions. It is not called on a reference.

Syntax

SetEnemy Faction1 Faction2 F1toF2Flag (0/1) (optional) F2toF1Flag  (0/1) (optional)

Examples

SetEnemy BrotherhoodSteelFaction EnclaveFaction              ; this makes the BrotherhoodSteelFaction and the EnclaveFaction Enemies of each other
SetEnemy BrotherhoodSteelFaction EnclaveFaction 1 0          ; this makes the BrotherhoodSteelFaction an Enemy of EnclaveFaction ; EnclaveFaction Neutral to BrotherhoodSteelFaction

Notes

  • The values for the flag mean:
    • 0 = Enemy (default)
    • 1 = Neutral


See Also

Reference

None provided.