Allright, I'm trying to modify the faction armor scripts so they don't override positive reputation with their faction (i.e. Legion armor won't override positive Legion rep, NCR armor won't override positive NCR rep, etc.)
So, after looking at a tutorial on how the game treats faction, I came up with the little gem below that I was sure would work.
if RepNVNCR >= 2 0.0 [Portion of the code that deals with resetting the NCR faction] endif
Unfortuantly, this disabled the scripts ability to reset faction for ALL armor. Further tweaking with the script simply made the script stop working. Any idea what I did wrong?
This is the THIRD TIME I'VE ASKED!
