SetAlly

From the Fallout3 GECK Wiki
Jump to navigation Jump to search

Description[edit | edit source]

SetAlly Sets a friend/ally relationship between two factions. It is not called on a reference.

Syntax[edit | edit source]

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

Examples[edit | edit source]

SetAlly BrotherhoodSteelFaction RivetCityFaction            
; this makes the BrotherhoodSteelFaction and the RivetCityFaction allies with each other
SetAlly BrotherhoodSteelFaction RivetCityFaction 0 1       
; this makes the BrotherhoodSteelFaction an Ally of RivetCityFaction
; RivetCityFaction a Friend to BrotherhoodSteelFaction

Notes[edit | edit source]

  • The values for the flag mean:
    • 0 = Ally (default)
    • 1 = Friend


See Also[edit | edit source]

Reference[edit | edit source]

None provided.