Jukebox Module – Arma 2
Category: ArmA 2: Editor Modules
m (Same style for all modules)  | 
				michaelger (talk | contribs)  mNo edit summary  | 
				||
| Line 1: | Line 1: | ||
[[Category:ArmA_2:_Editor_Modules]]  | [[Category:ArmA_2:_Editor_Modules]]  | ||
<span style="color:#CC0000;">'''ARMA 2: Operation Arrowhead ONLY'''</span>  | |||
== Introduction ==  | == Introduction ==  | ||
Revision as of 13:26, 13 September 2010
ARMA 2: Operation Arrowhead ONLY
Introduction
The Jukebox plays random ArmA 2 music.
Initialization
Startup
F7 > Jukebox
Optional parameters
Set variables to jukebox logic with desired values
- trackList = <array>; - List of played music tracks
 
- Example: this setvariable ["trackList",["EP1_Track","EP1_Track01D"]];
 - Default value: All songs in config
 
- delay = <number>; - Delay between songs
 
- Example: this setvariable ["delay",0];
 - Default value: 3
 
Alternative startup (without module)
[<trackList>,<delay>] spawn bis_fnc_music;
Both params are optional