Osiris/API/CharacterSetCanTrade

From Divinity Engine Wiki
Revision as of 11:26, 19 August 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call CharacterSetCanTrade((CHARACTERGUID)_Trader, (INTEGER)_Bool)
Description

Enables player-initiated trades during dialogues with _Trader if _Bool is 1, otherwise disables them. Player-initiated trades are started by the player clicking on the trade icon or pressing the appropriate button on the controller.

Notes
  • Regardless of this setting, script can always still open the trading interface (e.g. in response to a certain dialogue choice).
  • Changing this setting for a character while it is already in a dialogue is supported and will adapt its trade setting on-the-fly.
See Also