Undertale script viewer

← back to main script listing

gml_Object_obj_napstablookdate_music_Other_17

(view raw script w/o annotations or w/e)
1
if (songplaying == 1)
2
{
3
    fadeout = 1;
4
    curvol = 1;
5
}
6
if (songplaying != 1)
7
{
8
    songplaying = 1;
9
    curvol = 0.5;
10
    fadeout = 2;
11
    caster_loop(global.currentsong, 0.5, 1);
12
}