Undertale script viewer

← back to main script listing

gml_Object_obj_6shoe_master_Other_14

(view raw script w/o annotations or w/e)
1
if (type == 2 || type == 0)
2
{
3
    type = 1;
4
    for (i = 0; i < 30; i += 1)
5
        instance_create(starx + (i * 40), stary + (sin(siner / 9) * 10), obj_6shoe_musicnote);
6
}