Alright now the syntax error is gone, but when i try playing it via the music brick, it plays nothing. It still shows up on the list, it's just no sound playing at all.
//exec all internal addons
exec("./knife/server.cs");
exec("./modter4x/server.cs");
exec("./Event_SetPlayerTransform.cs");
exec("./Event_FireRelay.cs");
exec("./roads/server.cs");
exec("./trees/server.cs");
exec("./zones/Bricks.cs");
exec("./zones.cs");
//activate all internal music
datablock AudioProfile(musicData_Ambience_Fire)
{
fileName = "Add-Ons/Gamemode_Blockland_Turmoil/Music/Ambience_Fire.ogg";
description = "AudioMusicLooping3d";
preload = "1";
uiName = "Ambience Fire";
};
Placing an underscore _ where the space is in the uiName did not make any difference.