<undefined>
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
text = "After the destruction of Mother Brain, and Player' escape from the Space Pirate mothership, the Galactic Federation Police realized that the destiny of the entire galaxy couldn't be in the hands of a bounty hunter. #They decided to create a special training facility. The best enforcers could now face a Virtual Reality simulation, crafted to simulate extreme hostile environments with unprecedented realism. # #Since Player provided most of the data from her previous missions to make the training program possible, she was given the privilege to be the first person to try it out. # #Will she be able to finally defeat the ghosts from her past?";
vspeed = -0.2;
yoffset = 0;
alarm[0] = 1;
alarm[1] = 1600;
1
603
7
0
0
-1
2
self
0
0
1
if (yoffset > 0) {
yoffset -= 1;
alarm[1] = 1;
} else event_user(0);
1
603
7
0
0
-1
2
self
0
0
1
if (yoffset < 60) {
yoffset += 1;
alarm[0] = 1;
}
1
603
7
0
0
-1
2
self
0
0
1
sfx_stop_all();
room_goto_next();
1
603
7
0
0
-1
2
self
0
0
1
draw_set_alpha(1);
draw_set_font(fontGUI2);
draw_set_color(c_black);
draw_text_ext(x + 1, y + 1, text, 12, 284);
draw_set_color(c_white);
draw_text_ext(x, y, text, 12, 284);
draw_set_color(c_black);
draw_rectangle(0, 0, 330, 120 - yoffset, false);
draw_rectangle(0, 120 + yoffset, 330, 250, false);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0