Undertale script viewer

← back to main script listing

gml_Object_obj_sunbullet_Step_0

(view raw script w/o annotations or w/e)
1
direction -= 2;
2
sum = scr_monstersum
scr_monstersum

return global.monster[0] + global.monster[1] + global.monster[2];
();
3
size += 0.025;
4
image_xscale = size;
5
image_yscale = size;