Undertale script viewer

← back to main script listing

gml_Object_obj_stormstar_Step_0

(view raw script w/o annotations or w/e)
1
siner += 1;
2
if (counter < 20)
3
    image_blend = make_color_hsv(siner * 12, 100, 244);
4
if (con == 2)
5
{
6
    if (counter > 20)
7
    {
8
        image_speed = 0.5;
9
        image_blend = c_white;
10
    }
11
    counter += 1;
12
    if (counter >= 30)
13
        event_user(3);
14
}
15
if (con == 3)
16
{
17
    if (big == 0)
18
    {
19
        image_alpha -= 0.05;
20
        image_xscale += 0.1;
21
        image_yscale += 0.1;
22
    }
23
    if (big == 1)
24
    {
25
        aa = 0;
26
        image_alpha -= 0.05;
27
        image_xscale += 0.2;
28
        image_yscale += 0.2;
29
    }
30
}
31
if (con == 4)
32
    instance_destroy();