Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b3bintrocutscene_swordroutever_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
timer = 0;
3
init = 0;
4
susie = 0;
5
ralsei = 0;
6
kris = 0;
7
tenna = 0;
8
plugin = 0;
9
screenfade = 0;
10
elpipsis = 0;
11
with (obj_ch3_gameshow.wires)
12
    image_alpha = 0;
13
with (obj_board_controller)
14
    drawcrt = false;
15
blackover = 
scr_board_marker
scr_board_marker

function
scr_board_marker()
{ var _thismarker = instance_create(argument0, argument1, obj_board_marker); _thismarker.sprite_index = argument2; _thismarker.image_xscale = 2; _thismarker.image_yscale = 2; if (argument_count >= 4) _thismarker.image_speed = argument3; if (argument_count >= 5) { if (argument4 != -1) _thismarker.depth = argument4; } if (argument_count >= 6) _thismarker.image_xscale = argument5; if (argument_count >= 6) _thismarker.image_yscale = argument5; if (argument_count >= 7) _thismarker.animateonce = argument6; return _thismarker; }
(board_tilex(0), board_tiley(0), spr_pxwhite, 0);
16
with (blackover)
17
{
18
    image_blend = c_black;
19
    image_xscale = 384;
20
    image_yscale = 256;
21
}