sEDTrigger
0
0
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
if (global.event[302] > 0) instance_destroy();
active = 0;
1
603
7
0
0
-1
2
self
0
0
1
mus_current_fadein();
global.monstersleft = 9;
if (global.difficulty == 2) { global.monstersleft = 16; }
if (oControl.mod_fusion == 1) { global.monstersleft = 21; }
if (oControl.mod_monstersextreme == 1) { global.monstersleft = 47; }
instance_destroy();
1
603
7
0
0
-1
2
self
0
0
1
if (active == 0) {
mus_stop_all();
mus_play_once(musArea7B);
if (oControl.mod_monstersextremecheck == 1) {
oControl.mod_monstersextreme = 1;
}
alarm[0] = 300;
global.event[302] = 1;
if (!instance_exists(oScanMonster)) {
var scan = instance_create(0, 0, oScanMonster);
scan.ammount = 9;
if (global.difficulty == 2) scan.ammount = 16;
if (oControl.mod_fusion == 1) scan.ammount = 21;
if (oControl.mod_monstersextreme == 1) scan.ammount = 47;
scan.eventno = 700;
scan.alarm[0] = 120;
}
var ecam = instance_create(x, y - 16, oEventCamera);
ecam.targetx = 160;
ecam.targety = 120;
ecam.ratio = 8;
ecam.alarm[0] = 300;
view_object[0] = oEventCamera;
active = 1;
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0