Undertale script viewer

← back to main script listing

gml_Object_obj_mysterymusic_Create_0

(view raw script w/o annotations or w/e)
1
event_user(0);
2
played = 0;
3
if (caster_is_playing(global.currentsong) != 1)
4
{
5
    global.currentsong = caster_load("music/mystery.ogg");
6
    caster_loop(global.currentsong, 0.8, 0.95);
7
}