Difference between revisions of "SetEnemy"
Jump to navigation
Jump to search
imported>DragoonWraith (→Examples: Oh! now I get it. Reworded) |
imported>DragoonWraith m (→Examples: fixing wrap-around) |
||
Line 10: | Line 10: | ||
SetEnemy BrotherhoodSteelFaction EnclaveFaction ; this makes the BrotherhoodSteelFaction and the EnclaveFaction Enemies of each other | SetEnemy BrotherhoodSteelFaction EnclaveFaction ; this makes the BrotherhoodSteelFaction and the EnclaveFaction Enemies of each other | ||
SetEnemy BrotherhoodSteelFaction EnclaveFaction 1 0 ; this makes the BrotherhoodSteelFaction Neutral to EnclaveFaction but EnclaveFaction will treat BrotherhoodSteelFaction as an Enemy | SetEnemy BrotherhoodSteelFaction EnclaveFaction 1 0 ; this makes the BrotherhoodSteelFaction Neutral to EnclaveFaction | ||
; but EnclaveFaction will treat BrotherhoodSteelFaction as an Enemy | |||
=='''Notes'''== | =='''Notes'''== |
Revision as of 19:19, 12 February 2009
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 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
Reference
None provided.