Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_battle_phase_2_paper_thorn_Step_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
switch path_index
4
{
5
    case pt_flowey_battle_phase_2_paper_right:
6
        image_angle = direction + 90
7
        break
8
    case 3:
9
        image_angle = direction - 90
10
        break
11
    case 7:
12
        image_angle = direction - 90
13
        break
14
    case 59:
15
        image_angle = direction + 90
16
        break
17
}
18
19
path_speed = 4