Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_gameover_minigame_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
init = 0;
3
depth = 5100;
4
with (obj_chefs_scoretxt)
5
    instance_destroy();
6
if (room == room_dw_susiezilla && i_ex(obj_minigame_quit_ui) && obj_minigame_quit_ui.canceltimer >= obj_minigame_quit_ui.canceltime)
7
    global.screenshot = sprite_create_from_surface(application_surface, 0, 0, __view_get(e__VW.WView, 0), __view_get(e__VW.HView, 0), 0, 0, 0, 0);
8
else
9
    global.screenshot = sprite_create_from_surface(application_surface, camerax(), cameray(), __view_get(e__VW.WView, 0), __view_get(e__VW.HView, 0), 0, 0, 0, 0);
10
with (obj_chef_controls_ui)
11
    con = 2;
12
timer = 0;
13
staticindex = 0;
14
tone_saturation = 1;
15
tone_brightness = 1;
16
tone_factor = 0;
17
staticalpha = 0;
18
grayalpha = 0;
19
tenna = 0;
20
blackalpha = 0;
21
countdown = false;
22
countdown_timer = 0;
23
countdown_text = 3;
24
tenna_arrive = false;
25
tenna_arrive_timer = 0;
26
orchhit_pitch = 1;
27
retry_game = false;
28
retry_timer = 0;
29
boardfail = 0;
30
if (room == room_board_1 || room == room_board_2 || room == room_board_3)
31
    boardfail = 1;
32
drawblackbg = global.fighting;
33
replayversion = false;
34
quitversion = false;
35
replaywin = false;
36
quittimer = 0;
37
quitcon = 0;
38
susiezillafix = 0;
39
inbattle = 0;
40
if (i_ex(obj_gameshow_battlemanager))
41
    inbattle = 1;
42
if (room == room_dw_chef)
43
    countdown_text = 0;
44
45
enum e__VW
46
{
47
    XView,
48
    YView,
49
    WView,
50
    HView,
51
    Angle,
52
    HBorder,
53
    VBorder,
54
    HSpeed,
55
    VSpeed,
56
    Object,
57
    Visible,
58
    XPort,
59
    YPort,
60
    WPort,
61
    HPort,
62
    Camera,
63
    SurfaceID
64
}