Petrikvoy Posted April 28, 2015 Share Posted April 28, 2015 So I couldn't find anything relating to this, but I wanted to do a perk that would give you stat boosts when wearing the armor of a faction you're idealized with would give you stat boosts, but after realizing this was too complex for me too implement as a single perk, I decided to split it up for each faction and make the bonuses unique. Problem being is that I don't know if this will register. I've come up with this line which I think will work but I wanted to know if anyone knew a better way to do it before testing it and screwing something up: S Get Reputation Reputation:NVCeaser'sLegion <= 100.00 100 in this case being the reputation required to be idolized with the Legion. Link to comment Share on other sites More sharing options...
Petrikvoy Posted April 29, 2015 Author Share Posted April 29, 2015 Guess I'll just test it myself and report back with my findings. Link to comment Share on other sites More sharing options...
Ladez Posted April 29, 2015 Share Posted April 29, 2015 Yes, I guess that would work. But, you should use >= as the comparison operator, not <=. >= is greater than or equal to<= is less than or equal to Link to comment Share on other sites More sharing options...
Recommended Posts