Undertale script viewer

← back to main script listing

gml_Object_obj_bounceright_Create_0

(view raw script w/o annotations or w/e)
1
bounced = 0;
2
btime = -1;
3
con = 0;
4
alarm[1] = 1;
gml_Object_obj_bounceright_Alarm_1.gml

if (con == 0) instance_create(x, y, obj_bouncersteam); alarm[1] = 10;
5
if (instance_exists(obj_bouncetilecontoller) == 0)
6
    instance_create(0, 0, obj_bouncetilecontoller);
7
event_user(0);
8
gold = 0;
9
goldshift = 0;
10
image_speed = 0.2;