Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ceroba_body_Step_1

(view raw script w/o annotations or w/e)
1
if (sprite_index != spr_ceroba_body)
2
{
3
    image_xscale = 1
4
    image_yscale = 1
5
    obj_ceroba_head.image_alpha = 0
6
    obj_ceroba_hand_right.image_alpha = 0
7
    obj_ceroba_hand_left.image_alpha = 0
8
    obj_ceroba_staff.image_alpha = 0
9
    obj_ceroba_ponytail.image_alpha = 0
10
}