Deltarune (Chapter 2) script viewer

← back to main script listing

gml_RoomCC_room_dw_mansion_mouseLottery_4_Create

(view raw script w/o annotations or w/e)
1
bridgetarget = "b_2";
2
c_nred = make_color_rgb(231, 84, 77);
3
image_blend = c_nred;
4
replace2 = instance_create(x, y, obj_soliddark);
5
replace2.sprite_index = sprite_index;
6
replace2.image_xscale = image_xscale;
7
replace2.image_yscale = image_yscale;
8
replace2.image_index = image_index;
9
replace2.bridgetarget = bridgetarget;
10
instance_destroy();