sEDTrigger
0
0
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
if (global.event[200] > 0) instance_destroy();
targetx = x + 8;
activated = 0;
state = 0;
statetime = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (state == 1) {
if (statetime == 1) mus_fadeout(musCaveAmbienceA4);
if (statetime < 60) {
if (oCharacter.x > 320) with (oCharacter) x -= 1;
if (oCharacter.x < 320) with (oCharacter) x += 1;
}
if (statetime > 10 && statetime < 90) {
if (oCharacter.y < 184) oCharacter.y += 0.5;
}
if (statetime == 60) instance_create(320, 144, oA4SwitchCables);
if (statetime == 120) {
global.event[200] = 1;
global.darkness = 0;
with (oLightEngine) event_user(2);
with (inst_127337) lock = 0;
with (oA4PowerBG) event_user(0);
mus_change(musArea4A);
}
if (statetime == 320) {
with (oCharacter) {
state = 23;
statetime = 0;
morphing = 0;
turning = 0;
}
update_log(26);
instance_destroy();
}
if (statetime > 280) {
if (oCharacter.y > 176) oCharacter.y -= 0.5;
}
statetime += 1;
} // if (state == 1)
1
603
7
0
0
-1
2
self
0
0
1
if (other.state == 23 && other.xVel == 0 && state == 0) {
with (other) {
state = 60;
statetime = 0;
}
state = 1;
sfx_play(sndMorphBallSlot);
sfx_play(sndAutoadActivate);
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1