ShowBarterMenu - Actor

Member of: Actor Script

Shows the barter menu for this actor.

SyntaxEdit

Function ShowBarterMenu() Native

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

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

NotesEdit

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 AlsoEdit