orangeheartControlled = true; image_angle = 270; image_xscale = 0.54; image_yscale = 1; on_pickup = function() { repeat (5 + irandom(5)) { with (instance_create_depth(x + random_range(-12, 12), y + random_range(-12, 12), depth - 1, obj_particle_generic)) { sprite_index = spr_bellsparkle; image_blend = merge_color(c_green, c_lime, 0.5); direction = irandom(360); speed = 4 + random(6); acceleration_type = 1; shrink_rate = 0.05 + random(0.05); acceleration_rate = 0.9 - random(0.1); } } with (obj_tensionbar) glowup = 1; snd_play(snd_power); if (i_ex(obj_flowery_enemy)) scr_tensionheal(10 * obj_flowery_enemy.moar_tension); instance_destroy(); }; image_blend = merge_color(c_green, c_lime, 0.5); var word1 = stringsetloc("BOOK", "obj_orangeheart_helpful_flower_slash_Create_0_gml_18_0"); var word2 = stringsetloc("SETH", "obj_orangeheart_helpful_flower_slash_Create_0_gml_19_0"); var word3 = stringsetloc("LIGHT", "obj_orangeheart_helpful_flower_slash_Create_0_gml_20_0"); var word4 = stringsetloc("TRUTH", "obj_orangeheart_helpful_flower_slash_Create_0_gml_21_0"); var word5 = stringsetloc("KNOWN", "obj_orangeheart_helpful_flower_slash_Create_0_gml_22_0"); var word6 = stringsetloc("FRIEND", "obj_orangeheart_helpful_flower_slash_Create_0_gml_23_0"); word = choose(word1, word2, word3, word4, word5, word6);