Difference between revisions of "ShowCaravanMenu"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gunmaster95
imported>Gunmaster95
Line 3: Line 3:
  |summary = Shows the caravan menu.
  |summary = Shows the caravan menu.
  |name = ShowCaravanMenu ''CaravanDeckName'' ''Difficulty''
  |name = ShowCaravanMenu ''CaravanDeckName'' ''Difficulty''
|example = JackRef.ShowCaravanMenu CaravanDeckJack .5
  |arguments =
  |arguments =
{{FunctionArgument   
  {{FunctionArgument   
   |Name = Difficulty   
   |Name = Difficulty   
   |Type = int   
   |Type = int   
   |Value = Between 0 and 1 ; 1 being the hardest. }}
   |Value = Between 0 and 1 ; 1 being the hardest. }}{{FunctionArgument   
{{FunctionArgument   
   |Name = CaravanDeckName  
   |Name = CaravanDeckName  
   |Type = Editor ID
   |Type = Editor ID
   |Value = The Editor ID of what caravan deck you want the NPC to use.}}
   |Value = The Editor ID of what caravan deck you want the NPC to use.}}
|example = JackRef.ShowCaravanMenu CaravanDeckJack .5
}}
}}

Revision as of 10:33, 12 January 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 Difficulty:int{Between 0 and 1 ; 1 being the hardest.} CaravanDeckName:Editor ID{The Editor ID of what caravan deck you want the NPC to use.}

Example

JackRef.ShowCaravanMenu CaravanDeckJack .5