SetInvestmentGold

Revision as of 13:40, 20 June 2008 by imported>Vswe (Added Search Terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 AlsoEdit

GetInvestmentGold