Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_musicer_castletown_queen_Create_0

(view raw script w/o annotations or w/e)
1
if (scr_get_total_recruits(2) > 0)
2
{
3
    global.currentsong[0] = snd_init("queen_car_radio.ogg");
4
    global.currentsong[1] = mus_loop_ext(global.currentsong[0], 0.7, 1);
5
}