ShowBarterMenu - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Shows the barter menu for this actor.

Syntax[edit | edit source]

Function ShowBarterMenu() Native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Shows the barter menu for Bob
Bob.ShowBarterMenu()

Notes[edit | edit source]

The barter menu pauses game time, so this can cut off audio. Use a short wait (0.25 seconds usually) before calling this function or the audio will get clipped.

See Also[edit | edit source]