Jukebox Module – Arma 2

From Bohemia Interactive Community
Revision as of 19:25, 20 June 2021 by Lou Montana (talk | contribs) (Text replacement - "bis_fnc_" to "BIS_fnc_")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Arma 2: Operation Arrowhead
Only available in Arma 2: Operation Arrowhead.

The Jukebox plays random Arma 2: CfgMusic.

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