Difference between revisions of "ShowCaravanMenu"

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

Revision as of 10:32, 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

Example

JackRef.ShowCaravanMenu CaravanDeckJack .5

 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.}