GetReputation

From the Fallout3 GECK Wiki
Revision as of 06:22, 12 November 2010 by imported>MrSlackPants (Cleaned up.)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK Version 1.1.0.262 for Fallout: New Vegas.

Description

Returnes the current reputation with a certain faction.

Syntax

[help]
GetReputation FactionID:editorID Fame/Infamy:int Amount:int

Examples

if GetReputation RepNVGoodsprings 1 >10

Returns 1 if the player has more then 10 fame with the GoodSprings faction.

if GetReputation RepNVGoodsprings 0 <30

Returns 1 if the player has less than 30 infamy with the GoodSprings faction.


See Also