AddReputationExact

Revision as of 15:16, 3 December 2010 by imported>Markolie (Trying to document reputation from my research... Not sure...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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.


See Also