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 | } |