Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_color_sp_bonus

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

function scr_color_sp_bonus() { c_sp_bonus = make_color_rgb(68, 156, 221); }
()
2
{
3
    c_sp_bonus = make_color_rgb(68, 156, 221);
4
}