SetEnemyTemp

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.30.

Description

An alternate version of SetEnemy that is not saved baked.

Syntax

[help]
SetEnemyTemp Faction1 Faction2 F1toF2Flag{0,1} F2toF1Flag{0,1} 

Or:

SetEnemyShowOff Faction1 Faction2 F1toF2Flag{0,1} F2toF1Flag{0,1} 

Examples

SetEnemyTemp BrotherhoodSteelFaction EnclaveFaction

This makes the BrotherhoodSteelFaction and the EnclaveFaction Enemies of each other

SetEnemyTemp BrotherhoodSteelFaction EnclaveFaction 1 0

This makes the BrotherhoodSteelFaction Neutral to EnclaveFaction but EnclaveFaction will treat BrotherhoodSteelFaction as an Enemy

Notes

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

See Also