Undertale script viewer
← back to main script listing
gml_Object_obj_6glove_part_Other_14
(
view raw script w/o annotations or w/e
)
1
if (type == 0)
2
{
3
shakeboy = 0;
4
image_blend = c_lime;
5
sprite_index = spr_6glove_thumbsup;
6
type = 1;
7
}