So I looked in BaseRegion and didn't find anything, so since BaseRegion inherits from the core class (core meaning compiled into the server.exe) Region, I looked in the Region class, and it has the following:
public MusicName Music{ get{ return m_Music; } set{ m_Music = value; } }
So if you set...