Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_teevie_susiebridge_Step_1

(view raw script w/o annotations or w/e)
1
with (obj_board_parent)
2
    active = true;
3
if (smokekill > 0)
4
{
5
    smokekill--;
6
    with (obj_board_smokepuff)
7
        instance_destroy();
8
}