Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_o_coaster_jama_Collision_o_coaster_jama

related scripts: Collision_o_coaster_berdlyCollision_o_coaster_heroCollision_o_coaster_jama Create_0Other_11Step_0

(view raw script w/o annotations or w/e)
1
if (type == 1 && other.type == 0)
2
{
3
    with (other)
4
    {
5
        if (con >= 1)
6
            event_user(1);
7
    }
8
}