| 1 | bgm = -4; |
| 2 | current_song = -4; |
| 3 | dynamic_song = -4; |
| 4 | volume = 1; |
| 5 | music_position = 0; |
| 6 | audio_other_fade = false; |
| 7 | audio_to_fade = 0; |
| 8 | audio_fade_length = 0; |
| 9 | global.radio_restart = false; |
| 10 | global.radio_pause = false; |