Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_incense_cloud_destroyed_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 > 5)
6
    other.con = 1;