1 | if (caster_is_playing(global.currentsong) != 1 && global.flag[7 true_pacifist] == 1) |
2 | { |
3 | global.currentsong = caster_load("music/reunited.ogg"); |
4 | caster_loop(global.currentsong, 1, 1); |
5 | instance_destroy(); |
6 | exit; |
7 | } |