if (sum == 1)
{
aimbullet = instance_create(x + 14, y + 14, obj_sunbullet);
with (aimbullet)
direction = point_direction(x, y, obj_heart.x, obj_heart.y);
alarm[3] = 30;gml_Object_obj_sunmoon_Alarm_3.gmlif (sum == 1) { aimbullet = instance_create(x + 14, y + 14, obj_sunbullet); with (aimbullet) direction = point_direction(x, y, obj_heart.x, obj_heart.y); alarm[3] = 30; }
}