Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_13_controller_old_Create_0

(view raw script w/o annotations or w/e)
1
scene = 1;
2
cutscene_timer = 0;
3
obj_pl.x = 135;
4
obj_pl.y = 150;
5
obj_pl.image_alpha = 1;
6
obj_pl.image_angle = 0;
7
obj_pl.direction = 180;
8
robot_part[0] = 0;
9
robot_part[1] = 0;
10
robot_part[2] = 0;
11
robot_part[3] = 0;
12
instance_create(85, 150, obj_ceroba_npc);
13
obj_ceroba_npc.npc_direction = "right";
14
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; }
();