SetMusicState
Description
Changes a music state in the Level's RadMusic Script.
SetMusicState(State_Name, State_value);
Parameters
State_Name
The name of the state in the RadMusic Script.
State_Value
The value of the state in the RadMusic Script.
Examples
AddStage();
...
SetMusicState("Mission7", "Stage2");
CloseStage();