Jukebox Module – Arma 2

From Bohemia Interactive Community
Revision as of 19:57, 11 July 2010 by michaelger (talk | contribs)
Jump to navigation Jump to search


Introduction

The Jukebox plays random ArmA 2 music.


Quickstart

  1. 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 module is jukebox1.