Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_bq_laser_exclamation_point_Other_7

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