MP3 CONTROLLER (MP)
RECEIVER

Used to change in-game predefined music

!!MP:XXXX;

MP3 control receiver


OPTIONS

S#1/$;
S#1/^filename^;
Sets a custom MP3 file to play instead of predefined or user defined game music.
 
# is from 1..199. (see Format MP)
 $ is the index of a z variable 

Comments:
Do not include the extension ".mp3". This is added automatically.

Example of setting a custom music file named "Sample.mp3":

ZVSE
!?OB6/6/0; // visit something at 6/6/0
// Set Castle music to Sample.mp3 in DATA folder
!!MP:S1/^..\data\Sample^;


If you put an mp3 file in the mp3 folder, you do not need to mention a folder itself:
!!MP:S1/^Sample^;

Or if you have a file in the maps folder:
!!MP:S1/^..\maps\Sample^;