Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_mc_puzzle_controller_Create_0

(view raw script w/o annotations or w/e)
1
puzzle_count = 0
2
puzzle_finished = false
3
timer[0] = -1
4
timer[1] = -1
5
if (global.route == 3)
6
    global.dunes_flag[6] = 1
7
if (global.dunes_flag[6] >= 1)
8
{
9
    instance_destroy(obj_mc_cart)
10
    obj_mc_path_blocker.image_index = 1
11
}