Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_clover_flash_Draw_73

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
with (obj_player_npc)
4
{
5
    shader_set(sh_flash)
6
    draw_sprite(sprite_index, image_index, x, y)
7
    shader_reset()
8
}