Difference between revisions of "ShowCaravanMenu"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gunmaster95
imported>Yukichigai
Line 2: Line 2:
  |origin = VEGAS1   
  |origin = VEGAS1   
  |summary = Shows the caravan menu.
  |summary = Shows the caravan menu.
  |name = ShowCaravanMenu ''CaravanDeckName'' ''Difficulty''
  |name = ShowCaravanMenu ''CaravanDeckName'' ''Difficulty'' ''Max Bet Percent''
  |example = Jack.ShowCaravanMenu CaravanDeckJack .5 ; This would initiated game of caravan with Jack, using CaravanDeckJack and a difficulty of .5 out of 1.}}
  |example = Jack.ShowCaravanMenu CaravanDeckJack .5 .3; This will initiate a game of caravan with Jack, with Jack using CaravanDeckJack, playing with a difficulty rating  of .5 out of 1, and betting at maximum 30% of the currency he holds.}}


[[Category:Functions]]   
[[Category:Functions]]   
[[Category:Functions (GECK Vegas 1.1)]]
[[Category:Functions (GECK Vegas 1.1)]]

Revision as of 18:29, 3 April 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK Version 1.1.0.262 for Fallout: New Vegas.

Description

Shows the caravan menu.

Syntax

[help]
ShowCaravanMenu CaravanDeckName Difficulty Max Bet Percent

Example

Jack.ShowCaravanMenu CaravanDeckJack .5 .3; This will initiate a game of caravan with Jack, with Jack using CaravanDeckJack, playing with a difficulty rating  of .5 out of 1, and betting at maximum 30% of the currency he holds.