Undertale script viewer

← back to main script listing

gml_Object_obj_joypadmenu_Other_5

(view raw script w/o annotations or w/e)
1
if (fun == 1)
2
{
3
    if (harp != 0)
4
        caster_free(harp);
5
    if (weathermusic != 0)
6
        caster_free(weathermusic);
7
}