Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_incense_bullet_fire_Collision_obj_incense_cloud

(view raw script w/o annotations or w/e)
1
if (chainreaction == false)
2
    exit;
3
if (other.con == 1)
4
    exit;
5
if (chainreactiontimer > 3)
6
{
7
    other.con = 1;
8
    instance_destroy();
9
}