Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_flowery_enemy_Other_11

related scripts: Alarm_4Alarm_6CleanUp_0Create_0Draw_0KeyPress_13Other_10Other_11 Other_15Other_22Other_4Step_0

(view raw script w/o annotations or w/e)
1
phaseturn++;
2
if (phase == 1 || phase == 2)
3
{
4
    if (phaseturn == 1)
5
    {
6
        myattackchoice = 3;
7
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("chase tutorial");
8
    }
9
    if (phaseturn == 2)
10
    {
11
        myattackchoice = 0;
12
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("jarona 1");
13
    }
14
    if (phaseturn == 3)
15
    {
16
        myattackchoice = 4;
17
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("chase random");
18
    }
19
    if (phaseturn == 4)
20
    {
21
        myattackchoice = 2;
22
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("jarona with bullets");
23
    }
24
    if (phaseturn == 5)
25
    {
26
        myattackchoice = 4;
27
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("chase random");
28
        difficulty = chase_attack_difficulty;
29
    }
30
    if (phaseturn == 6)
31
    {
32
        myattackchoice = 2;
33
        phaseturn = 4;
34
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("jarona with bullets");
35
    }
36
}
37
if (phase == 3)
38
{
39
    if (phaseturn == 1)
40
    {
41
        myattackchoice = 10;
42
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("box attack 1");
43
    }
44
    if (phaseturn == 2)
45
    {
46
        myattackchoice = 21;
47
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("lilypad");
48
    }
49
    if (phaseturn == 3)
50
    {
51
        if (did_sethaqua_attack_without_getting_hurt == true)
52
        {
53
            myattackchoice = 11;
54
            
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("box attack 2");
55
        }
56
        else
57
        {
58
            myattackchoice = 10;
59
            
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("box attack 1");
60
        }
61
    }
62
    if (phaseturn >= 4)
63
    {
64
        myattackchoice = 21;
65
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("lilypad");
66
        phaseturn = 2;
67
    }
68
}
69
if (phase == 4)
70
{
71
    if (phaseturn == 1)
72
    {
73
        myattackchoice = 16;
74
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("Flowery Bullets fist. NO kist kidding");
75
    }
76
    if (phaseturn == 2)
77
    {
78
        myattackchoice = 18;
79
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("Flowery Bullets fist. Medium kist kidding");
80
    }
81
    if (phaseturn == 3)
82
    {
83
        myattackchoice = 12;
84
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("chase random");
85
        difficulty = chase_attack_difficulty;
86
    }
87
    if (phaseturn == 4)
88
    {
89
        myattackchoice = 18;
90
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("Flowery Bullets fist. Medium kist kidding");
91
    }
92
}
93
if (phase == 5)
94
{
95
    if (phaseturn == 1)
96
    {
97
        myattackchoice = 15;
98
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("FloweryChaseBlueYellow");
99
    }
100
    if (phaseturn >= 2)
101
    {
102
        myattackchoice = 15;
103
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("FloweryChaseBlueYellow");
104
    }
105
}
106
if (phase == 6)
107
{
108
    if (phaseturn == 1)
109
    {
110
        myattackchoice = 19;
111
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("SuperJarona");
112
    }
113
    if (phaseturn != 1)
114
    {
115
        myattackchoice = 14;
116
        
scr_debug_print
scr_debug_print

function
scr_debug_print()
{ if (!
scr_debug())
exit; } function scr_debug_clear_all() { }
("FloweryDeflect2point5");
117
    }
118
}