Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_incense_bullet_Collision_obj_incense_cloud
(view raw script w/o annotations or w/e)
|
1
|
if (spin == 1)
|
|
2
|
exit;
|
|
3
|
if (other.con == 1)
|
|
4
|
exit;
|
|
5
|
other.con = 1;
|
|
6
|
if (alarm < 0)
|
|
7
|
alarm[0]
|