Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_bigfrog_villainfly_Alarm_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
x_target = irandom_range(battle_box.bbox_right - 40, battle_box.x + 40);
3
y_target = irandom_range(battle_box.bbox_top + 20, battle_box.bbox_bottom - 20);