Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_macro_knight_Other_7

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (sprite_index == spr_bigfrog_knight_start_run)
4
{
5
    sprite_index = spr_bigfrog_knight_run
6
    image_index = 0
7
    image_speed = 1
8
}