GetReputation

From the Fallout3 GECK Wiki
Revision as of 09:37, 9 November 2010 by imported>MrSlackPants (New page: =='''Description'''== '''GetReputation''' is a new function used in '''Fallout: New Vegas'''. It is used to return a reputation value with a given faction. (Reputation can either be fame ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

GetReputation is a new function used in Fallout: New Vegas. It is used to return a reputation value with a given faction. (Reputation can either be fame or infamy)

Syntax

GetReputation Faction Fame/Infamy(1/0)

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 more then 30 infamy with the GoodSprings faction.

Notes

  • This function is new in the GECK for Fallout: New Vegas, and was not available in the TES4 Construction Set nor the GECK for Fallout 3.

See Also


Reference

None provided.