SetAlly

DescriptionEdit

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

SyntaxEdit

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

ExamplesEdit

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

NotesEdit

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


See AlsoEdit

ReferenceEdit

None provided.