Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_jokerbattleevent_Create_0

(view raw script w/o annotations or w/e)
1
quick = 0;
2
if (global.tempflag[4] == 1)
3
    quick = 1;
4
if (global.flag[241 JEVIL_plot] >= 6)
5
{
6
    con = 999;
7
    instance_destroy();
8
}
9
else
10
{
11
    con = 1;
12
    image_xscale = 2;
13
    image_yscale = 2;
14
    image_speed = 0;
15
    bulcon = 0;
16
}