with (obj_regularbullet) { if (sprite_index == spr_holydropletbullet2) draw_sprite_ext(spr_holydropletbullet2outline, 0, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha); } with (obj_regularbullet) { if (sprite_index == spr_holydropletbullet2) draw_sprite_ext(spr_holydropletbullet2, 0, xprevious, yprevious, image_xscale, image_yscale, point_direction(xprevious, yprevious, x, y), c_teal, image_alpha); } with (obj_regularbullet) { if (sprite_index == spr_holydropletbullet2) draw_sprite_ext(spr_holydropletbullet2, 0, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha); }