Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_crayon_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
image_xscale = 1;
4
image_yscale = 1;
5
image_alpha = 0;
6
alarm[0] = 1;
gml_Object_obj_crayon_Alarm_0.gml

if (live_call()) return global.live_result; image_alpha = 1; sprite_index = asset_get_index("spr_crayon_" + string(crayon_color));
7
crayon_color = 1;
8
draw_y_offset = 0;
9
pointed_at = false;