Undertale script viewer

← back to main script listing

gml_Object_blt_dummybullet_Create_0

(view raw script w/o annotations or w/e)
1
dmg = 0;
2
type = 0;
3
side = 0;
4
move_towards_point(obj_heart.x, obj_heart.y, 2);
5
angel = direction;
6
speed = 0.001;
7
image_speed = 0;
8
part = 0;
9
visible = false;
10
alarm[1] = 1;
gml_Object_blt_dummybullet_Alarm_1.gml

visible = true; if (side == 0) direction = 0; if (side == 1) direction = 180; if (side == 2) direction = 270; if (side == 3) direction = 90; speed = 4; image_index = side;