Undertale script viewer

← back to main script listing

gml_Object_obj_asgore_spearswipe_Create_0

(view raw script w/o annotations or w/e)
1
x += 180;
2
for (i = 0; i < 10; i += 1)
3
    type[i] = 1;
4
type[0] = 1;
5
type[1] = choose(1, 2);
6
type[2] = 2;
7
type[3] = choose(1, 2);
8
type[4] = 1;
9
type[5] = choose(1, 2);
10
amt = 2;
11
curamt = 0;
12
initswipewait = 8;
13
swipewait = 0;
14
swipetimer = 0;
15
image_speed = 0;
16
image_xscale = 2;
17
image_yscale = 2;
18
con = 0;
19
quick = 0;
20
cutspeed = 0.5;
21
hitted = 0;
22
cutsfx = caster_load("music/sfx_cinematiccut.ogg");
23
cutsfxN = 0;
24
cutsfxI[0] = cutsfx;
25
obj_asgorespear.visible = false;
26
cutsdone = 0;