Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_churchc_titanclimb2_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
timer = 0;
3
init = 0;
4
siner = 0;
5
layer_set_visible("DEBUG_ASSETS", 0);
6
if (
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
7
{
8
    if (keyboard_check(ord("P")))
9
    {
10
    }
11
}
12
write_top = false;
13
monologue_writer = -4;
14
monologuecon = -1;
15
monowatch = 0;
16
monotime = 0;
17
monocon = 0;
18
scr_fadein
scr_fadein

function
scr_fadein(arg0)
{ __fadeouter = instance_create(0, 0, obj_fadein); __fadeouter.fadespeed = -1 / arg0; __fadeouter.depth = 3; return __fadeouter; }
(60);
19
susie_monologue = [[stringsetloc(
* Hurry! Something is coming after us!Wait for inputClose Message
"* Hurry! Something is coming after us!/%", "obj_dw_churchc_titanclimb2_slash_Create_0_gml_30_0"
)], [stringsetloc(
* Kris! Get over here!Wait for inputClose Message
"* Kris! Get over here!/%", "obj_dw_churchc_titanclimb2_slash_Create_0_gml_33_0"
)]];