with (obj_regularbullet) { if (sprite_index == spr_attack_knifechain && variable_instance_exists(id, "very_flowery")) draw_sprite_ext(spr_attack_knife_parted, 0, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha); } with (obj_regularbullet) { if (sprite_index == spr_attack_knifechain && variable_instance_exists(id, "very_flowery")) draw_sprite_ext(spr_attack_knife_parted, 1, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha); }