Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b3belevator_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
active = false;
3
init = 0;
4
con = 0;
5
timer = 0;
6
kris = 0;
7
susie = 0;
8
ralsei = 0;
9
kr_real = 0;
10
su_real = 0;
11
ra_real = 0;
12
tenna = 0;
13
suwalk = 0;
14
suwalktimer = 0;
15
visit = 0;
16
blocker = 0;
17
tetimer = 0;
18
teactive = 0;
19
elevatorsound = 0;
20
ld = 
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; }
(1470, 1410, spr_pxwhite, 0, 999998, 2);
21
ld.image_yscale = 58;
22
with (ld)
23
    setxy_board(x, y);
24
ld.image_blend = #5E5E5E;
25
rd = 
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; }
(1470, 1410, spr_pxwhite, 0, 999998, 2);
26
rd.image_yscale = 58;
27
with (rd)
28
    setxy_board(x, y);
29
rd.image_blend = #5E5E5E;
30
block = instance_create(1440, 1440, obj_board_solid);
31
block.image_xscale = 2;
32
with (block)
33
    setxy_board(x, y);