Undertale script viewer

← back to main script listing

gml_Object_obj_napstablookdate_music_Other_13

(view raw script w/o annotations or w/e)
1
if (songplaying == 2)
2
{
3
    fadeout = 1;
4
    curvol = 1;
5
}
6
if (songplaying != 2 && fadeout == 0)
7
{
8
    songplaying = 2;
9
    curvol = 0;
10
    fadeout = 2;
11
    if (caster_is_playing(napstachords) == 0)
12
        caster_loop(napstachords, 0, 0.4);
13
}