Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_room_city_savepoint_Step_0

(view raw script w/o annotations or w/e)
1
if (con == 10 && !d_ex())
2
{
3
    con = 50;
4
    kknpc.sprite_index = spr_npc_kk_music;
5
    snd_free(global.currentsong[0]);
6
    alarm[0] = 1;
gml_Object_obj_ch2_room_city_savepoint_Alarm_0.gml

global.currentsong[0] = snd_init("cybershop_christmas.ogg"); global.currentsong[1] = mus_loop(global.currentsong[0]);
7
}