Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_mfnpc_Create_0

related scripts: Alarm_0Alarm_1Alarm_2Alarm_3Collision_obj_plCreate_0 Other_0Step_0

(view raw script w/o annotations or w/e)
1
if (global.flag[18 Micro Froggit fate] == 0)
2
    alarm[0]
 = 90;
gml_Object_obj_mfnpc_Alarm_0.gml

path_start(pt_microfrog, 6, path_action_stop, false);
3
waiter = 0;
4
scr_cutscene_start
scr_cutscene_start

function
scr_cutscene_start()
{ global.cutscene = true; obj_pl.state = scr_frozen_state; obj_pl.image_index = 0; obj_pl.image_speed = 0; }
();