Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_wild_east_ceroba_cool_Create_0

(view raw script w/o annotations or w/e)
1
alarm[0] = 30
alarm[0]

scene = 0
2
if (global.dunes_flag[20] != 1 || global.dunes_flag[21] >= 1)
3
{
4
    instance_destroy()
5
    return;
6
}
7
image_speed = 0
8
is_talking = false
9
scene = -1
10
timer = 0
11
scr_cutscene_start
scr_cutscene_start

function scr_cutscene_start() //gml_Script_scr_cutscene_start { global.cutscene = true obj_pl.state = gml_Script_scr_frozen_state obj_pl.image_index = 0 obj_pl.image_speed = 0 }
()
12
obj_pl.direction = 270
13
instance_create(obj_pl.x, obj_pl.y, obj_player_npc)
14
global.radio_pause = true