Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_battle_enemy_attack_asgore_hands_flame_Step_0
(
view raw script w/o annotations or w/e
)
1
if live_call()
2
return global.live_result;
3
if (can_move == true)
4
{
5
if (speed < 8)
6
speed += 0.25
7
}