GetBarterGoldAlt

Revision as of 17:57, 2 July 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the amount of money the merchant, with whom the player is currently trading, has available for bartering. This is the value disp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the amount of money the merchant, with whom the player is currently trading, has available for bartering. This is the value displayed on the upper-right corner when in the barter menu.

Syntax

(merchantCash:int) GetBarterGoldAlt

Example

set iMerchantCash to GetBarterGoldAlt

Notes

  • The vanilla function GetBarterGold is broken and will always return 0.

See Also