Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_scissors_act_node_small_Create_0

related scripts: Collision_obj_scissors_lineCreate_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
image_xscale = 0.3;
3
image_yscale = 0.3;
4
image_alpha = 0.25;
5
visible = false;
6
inst = instance_create(x, y, obj_scissors_act_node_big);
7
if (i_ex(obj_scissors_act_controller))
8
{
9
    if (obj_scissors_act_controller.valuecut)
10
    {
11
        image_xscale = 0.2;
12
        image_yscale = 0.2;
13
    }
14
}