Deltarune script viewer

← back to main script listing

gml_Object_o_coaster_jama_Collision_o_coaster_jama

(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
}