AddReputationExact
Revision as of 14:16, 3 December 2010 by imported>Markolie (Trying to document reputation from my research... Not sure...)
< [[::Category:Functions|Category:Functions]]
A function included in the GECK Version 1.1.0.262 for Fallout: New Vegas.
Description
Adds an exact amount of reputation (fame/infamy) with a certain faction.
Syntax
AddReputationExact FactionID:editorID Fame/Infamy:int Amount:int
AddReputationExact adds an exact amount of reputation to a faction, unlike AddReputation, which only allows 1-5 (small deed - big deed).
The first integer determines if infamy (0) of fame (1) should be added, whereas the second integer determines the exact amount.
The value required for i.e. Vilified are unknown, but might be based upon the "Value" of a reputation.
Examples
AddReputation RepNVGoodsprings 0 5
Adds 5 infamy to the GoodSprings faction.
AddReputation RepNVGoodsprings 1 10
Adds 10 fame to the GoodSprings faction.