Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_room_rhythm_countdown_Create_0

(view raw script w/o annotations or w/e)
1
var _countdown = instance_create(0, 0, obj_dw_countdown);
2
with (_countdown)
3
{
4
    init(262);
5
    start_countdown();
6
}