Difference between revisions of "ShowCaravanMenu"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gunmaster95
imported>Yukichigai
 
(6 intermediate revisions by 2 users not shown)
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'' ''MaxBetPercent''
  |arguments =
  |example = Jack.ShowCaravanMenu CaravanDeckJack .5 .3}}
  {{FunctionArgument 
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.
  |Name = Difficulty 
 
  |Type = int 
[[Category:Functions]]  
  |Value = Between 0 and 1 ; 1 being the hardest. }}{{FunctionArgument 
[[Category:Functions (GECK Vegas 1.1)]]
  |Name = CaravanDeckName
  |Type = Editor ID
  |Value = The Editor ID of what caravan deck you want the NPC to use.}}
  |example = JackRef.ShowCaravanMenu CaravanDeckJack .5
}}

Latest revision as of 18:31, 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 MaxBetPercent

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.