Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_color_hp_bonus

(view raw script w/o annotations or w/e)
1
function scr_color_hp_bonus
scr_color_hp_bonus

function scr_color_hp_bonus() //gml_Script_scr_color_hp_bonus { c_hp_bonus = make_color_rgb(232, 36, 75) }
() //gml_Script_scr_color_hp_bonus
2
{
3
    c_hp_bonus = make_color_rgb(232, 36, 75)
4
}