Undertale script viewer

← back to main script listing

gml_Object_obj_6pan_fire_Other_14

(view raw script w/o annotations or w/e)
1
if (type == 0)
2
{
3
    shakeboy = 0;
4
    y += 18;
5
    image_blend = c_lime;
6
    sprite_index = spr_6pan_egg;
7
    type = 1;
8
}