Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_knight_swordfall_Destroy_0

(view raw script w/o annotations or w/e)
1
if (turn_type != "start" && turn_type != "short start" && turn_type != "short mid" && 
scr_bulletparent_count
scr_bulletparent_count

function
scr_bulletparent_count()
{ var count = 0; with (obj_bulletparent) { if (object_index == obj_bulletparent) count++; } return count; }
() < 2)
2
{
3
    with (obj_knight_enemy)
4
        image_alpha = 1;
5
    global.turntimer = -1;
6
}