Difference between revisions of "ShowCaravanMenu"
Jump to navigation
Jump to search
imported>Gunmaster95 |
imported>Gunmaster95 |
||
Line 11: | Line 11: | ||
|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 = Jack.ShowCaravanMenu CaravanDeckJack .5 ; This would | |example = Jack.ShowCaravanMenu CaravanDeckJack .5 ; This would initiated game of caravan with Jack, using CaravanDeckJack and a difficulty of .5 out of 1.}} | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK Vegas 1.1)]] | [[Category:Functions (GECK Vegas 1.1)]] |
Revision as of 17:24, 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
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
Jack.ShowCaravanMenu CaravanDeckJack .5 ; This would initiated game of caravan with Jack, using CaravanDeckJack and a difficulty of .5 out of 1.