Difference between revisions of "SetInvestmentGold"
Jump to navigation
Jump to search
imported>Daego |
imported>Vswe m (Added Search Terms) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 13: | Line 13: | ||
==See Also== | ==See Also== | ||
[[GetInvestmentGold]] | [[GetInvestmentGold]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Statistics Functions]] | [[Category: Statistics Functions]] | ||
[[Category: Statistics Functions (CS 1.0)]] | |||
[[Category:Actor Functions]] | |||
[[Category:Actor Functions (CS 1.0)]] | |||
<!-- Begin Search Terms | |||
Set | |||
Investment | |||
Gold | |||
End Search Terms --> |
Latest revision as of 12:40, 20 June 2008
Syntax:
SetInvestmentGold amount
Sets the the NPC's investment gold to the specified amount. This is added to the NPC's barter gold when the player is trading with them, and is used for the Expert Mercantile perk.
Example
MyFavoriteNPC.SetInvestmentGold 500
Note: Investment gold is not accumulative. If you set an NPC's investment level to 500 and later set it to 750, the NPC has 750 gold invested, not 1,250.
Note: amount must be a positive integer.
See Also[edit | edit source]