Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_organ_enemy_vertical_pillar_afterimage_Step_2

(view raw script w/o annotations or w/e)
1
image_alpha -= 0.05;
2
if (image_alpha < 0)
3
    instance_destroy();
4
if (global.turntimer < 2)
5
    instance_destroy();