1 | event_user(0); |
2 | ok = 1; |
3 | if (caster_is_playing(global.currentsong) == 1) |
4 | ok = 0; |
5 | if (instance_exists(obj_undynea_chaser)) |
6 | ok = 0; |
7 | if (instance_exists(obj_undynetrigger_dry)) |
8 | ok = 0; |
9 | if (ok == 1) |
10 | { |
11 | global.currentsong = caster_load("music/core_ambience.ogg"); |
12 | caster_loop(global.currentsong, 0.6, 0.9); |
13 | } |