Undertale script viewer

← back to main script listing

gml_Object_obj_asgore_spearswipegen_Other_11

(view raw script w/o annotations or w/e)
1
jj = instance_create(x + 146, y + 56, obj_eyeflash);
2
if (type[typeno] == 1)
3
    jj.image_blend = #14A9FF;
4
if (type[typeno] == 2)
5
    jj.image_blend = c_orange;
6
if (typeno >= typeamt)
7
{
8
    jj.sprite_index = spr_asgore_eyeflash_serious;
9
    jj.image_speed = 0.5;
10
}