Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climb_entrymarker_Step_0

(view raw script w/o annotations or w/e)
1
var active = 0;
2
with (obj_trigger)
3
{
4
    if (extflag == other.extflag)
5
    {
6
        if (place_meeting(x, y, obj_mainchara))
7
            active = 1;
8
    }
9
}
10
if (i_ex(obj_climb_kris))
11
    active = 0;
12
image_alpha = lerp(image_alpha, active, 0.125);