Deltarune (Chapter 2) script viewer

← back to main script listing

gml_RoomCC_room_dw_mansion_bridges_24_Create

(view raw script w/o annotations or w/e)
1
bridgetarget = "shortcut";
2
c_nred = make_color_rgb(231, 84, 77);
3
image_blend = c_nred;
4
if (global.flag[343 made_high_five] == 0)
5
{
6
    replace2 = instance_create(x, y, obj_soliddark);
7
    replace2.sprite_index = sprite_index;
8
    replace2.image_xscale = image_xscale;
9
    replace2.image_yscale = image_yscale;
10
    replace2.image_index = image_index;
11
    replace2.bridgetarget = bridgetarget;
12
    instance_destroy();
13
}