Difference between revisions of "SetEnemy"
Jump to navigation
Jump to search
m
→Examples: fixing wrap-around
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'''== |