RemoveReputationExact
From GECK
A function included in the GECK for Fallout: New Vegas.
Contents
Description
Removes an exact amount of reputation (Fame/Infamy) with a certain faction.
Syntax
RemoveReputationExact FactionID:editorID Fame/Infamy:int Amount:float
RemoveReputationExact removes an exact amount of reputation to a faction, unlike RemoveReputation, which only allows for preset values (small deed - big deed).
The first parameter determines if Infamy (0) or Fame (1) should be removed, whereas the second parameter determines the exact amount.
Examples
RemoveReputationExact RepNVGoodsprings 0 0.5
Removes 0.5 Infamy from the Goodsprings faction.
RemoveReputationExact RepNVGoodsprings 1 10
Removes 10 Fame from the Goodsprings faction.
Notes
- RemoveReputation and RemoveReputationExact are only used by default in cases where the player is granted forgiveness. It should not be used, for example, as a way to punish the player for bad deeds by "removing" positive reputation. For that, add infamy using the function AddReputation.