Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_macro_fly_Alarm_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
speed = 0;
4
alarm[1] = 30;
gml_Object_obj_battle_enemy_attack_macro_fly_Alarm_1.gml

if (live_call()) return global.live_result; damage_number = scr_determine_damage_number_enemy("macro froggit", "void", "void"); direction = point_direction(x, y, soul.x, soul.y); speed = 5;