Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_date_ui_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
con = 0;
3
lightpink = make_color_rgb(247, 91, 200);
4
medpink = make_color_rgb(230, 36, 123);
5
darkpink = make_color_rgb(200, 34, 141);
6
tsiner = 0;
7
current = 0;
8
if (i_ex(obj_pink_enemy))
9
    current = obj_pink_enemy.doki;
10
flashsiner = 0;
11
healthbar_surf = surface_create(96, 250);
12
electricity_timer = 0;
13
electricity_con = 0;
14
dokimax = 30;
15
if (i_ex(obj_pink_enemy))
16
    dokimax = obj_pink_enemy.dokimax;
17
show_doki_bar = false;
18
doki_x = 80;
19
weatherangle = 0;
20
weatherangletimer = 0;
21
reeltimer = 0;
22
reelsize = 100;
23
population_scale = 2;
24
dogtimer = 0;
25
dogalpha = 0;
26
dogx = -100;
27
dogy = -100;
28
radarlen = 20;
29
radarangle = 0;
30
doglen = 20;
31
dogangle = 0;
32
xx = 300;
33
dokishaketimer = 0;
34
init = false;
35
blushcon = 0;
36
blushtimer = 0;
37
var _rep = 0;
38
repeat (7)
39
{
40
    populationx[_rep] = 0 + (_rep * 6);
41
    populationx2[_rep] = 6 + (_rep * 6);
42
    if (_rep == 0)
43
        populationy[_rep] = 24 + irandom(26);
44
    else
45
        populationy[_rep] = populationy[_rep - 1];
46
    populationy2[_rep] = 24 + irandom(26);
47
    _rep++;
48
}
49
weatherkick_con = 0;
50
weatherkick_timer = 0;
51
populationkick_con = 0;
52
populationkick_timer = 0;