SetAllyTemp

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.30.

Description

An alternate version of SetAlly that is not saved baked.

Syntax

[help]
SetAllyTemp faction1:baseform faction2:baseform F1toF2Flag:int F2toF1Flag:int 

Or:

SetAllyShowOff faction1:baseform faction2:baseform F1toF2Flag:int F2toF1Flag:int

Example

SetAllyTemp BrotherhoodSteelFaction RivetCityFaction

This makes the BrotherhoodSteelFaction and the RivetCityFaction allies with each other

SetAllyTemp BrotherhoodSteelFaction RivetCityFaction 0 1 

This makes the BrotherhoodSteelFaction an Ally of RivetCityFaction RivetCityFaction a Friend to BrotherhoodSteelFaction

Notes

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

See Also