Jukebox Module – Arma 2
Jump to navigation
Jump to search
Introduction
The Jukebox plays random ArmA 2 music.
Quickstart
- Place the module in the editor.
Configuration
You can define the tracks that will be played and the delay in seconds between the tracks.
You can configure it with the init line or a script.
Example (script):
jukebox1 setVariable ["trackList",[EP1_Track01,EP1_Track07],true]; jukebox1 setvariable ["delay",30,true];
Note:
In this example the name of the jukebox is jukebox1.