Jukebox Module – Arma 2

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 22: Line 22:


Note:
Note:
In this example the name of the jukebox is ''jukebox1''.
In this example the name of the jukebox module is ''jukebox1''.

Revision as of 19:57, 11 July 2010


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.