Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_bq_laser_exclamation_point_Step_0

(view raw script w/o annotations or w/e)
1
if (state == 2)
2
{
3
    image_index -= 3;
4
    image_speed = 0;
5
    if (image_index < 0)
6
        instance_destroy();
7
}