Difference between revisions of "GetReputation"
Jump to navigation
Jump to search
no edit summary
imported>Dandys |
imported>Dandys |
||
Line 12: | Line 12: | ||
}}{{FunctionArgument | }}{{FunctionArgument | ||
|Name = Fame/Infamy | |Name = Fame/Infamy | ||
|Type = | |Type = float | ||
|Optional = n | |Optional = n | ||
}} | }} | ||
Line 18: | Line 18: | ||
=='''Examples'''== | =='''Examples'''== | ||
if GetReputation RepNVGoodsprings 1 >10 | if GetReputation RepNVGoodsprings 1 > 10 | ||
Returns 1 if the player has more | Returns 1 if the player has more than 10 '''fame''' with the GoodSprings faction. | ||
if GetReputation RepNVGoodsprings 0 <30 | if GetReputation RepNVGoodsprings 0 < 30 | ||
Returns 1 if the player has less than 30 '''infamy''' with the GoodSprings faction. | Returns 1 if the player has less than 30 '''infamy''' with the GoodSprings faction. | ||
Line 30: | Line 30: | ||
*[[GetReputationThreshold]] | *[[GetReputationThreshold]] | ||
*[[GetReputationPct]] | |||
*[[AddReputation]] | *[[AddReputation]] | ||
[[Category:New Vegas Content]] | [[Category:New Vegas Content]] | ||
[[Category:Functions (GECK Vegas 1.1)]] | [[Category:Functions (GECK Vegas 1.1)]] |