Jukebox Module – Arma 2
Jump to navigation
Jump to search
michaelger (talk | contribs) No edit summary |
michaelger (talk | contribs) 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 18:57, 11 July 2010
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 module is jukebox1.