Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_bigfrog_frog_run_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (sprite_index == spr_bigfrog_mouth_attack)
4
{
5
    if (image_speed == -1 && image_index <= 0)
6
    {
7
        image_speed = 0
8
        image_index = 0
9
        if (!alarm[0])
10
            alarm[0] = 20
alarm[0]

if live_call() return global.live_result; sprite_index = spr_bigfrog_frog_run image_index = 0 with (obj_battle_enemy_attack_bigfrog_frog_run) image_speed = 1
11
    }
12
}