Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_traffic_car_Collision_obj_mainchara

(view raw script w/o annotations or w/e)
1
if (global.interact == 0 && touchcon == 0 && active == 1)
2
{
3
    global.interact = 1;
4
    touchcon = 1;
5
}