Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_battle_phase_2_green_petal_Create_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
image_index = irandom_range(0, (image_number - 1))
4
heal_amount = 10
5
petal_dir = 0
6
image_angle = irandom_range(0, 360)