Undertale script viewer

← back to main script listing

gml_Object_obj_creditsloader_Other_10

(view raw script w/o annotations or w/e)
1
if (credno < (credamt - 1))
2
{
3
    cb = instance_create(x, y, obj_creditbullet);
4
    cb.text = creditname[credno];
5
    credno += 1;
6
}