Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_elevator_test_button_Step_0

(view raw script w/o annotations or w/e)
1
if (!instance_exists(obj_sneo_elevator_test))
2
{
3
    instance_destroy();
4
}
5
else
6
{
7
    y = obj_sneo_elevator_test.y;
8
    x = obj_sneo_elevator_test.x;
9
}
10
invincible--;
11
if (invincible > 0)
12
    image_blend = c_gray;
13
else
14
    image_blend = #00A2E8;