sEDTrigger
0
0
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
targetx = x + 8;
activated = 0;
state = 0;
statetime = 0;
alarm[0] = 1;
1
603
7
0
0
-1
2
self
0
0
1
if (global.event[250] > 0) {
with (oDoor) lock = 0;
instance_create(480, 384, oA5SwitchLight);
instance_destroy();
}
1
603
7
0
0
-1
2
self
0
0
1
if (state == 1) {
if (statetime < 60) {
if (oCharacter.x > 480) with (oCharacter) x -= 1;
if (oCharacter.x < 480) with (oCharacter) x += 1;
}
if (statetime == 120) {
global.event[250] = 1;
mus_change(musArea5B);
with (oDoor) event_user(3);
with (oA5ActivationBG) i = 0;
instance_create(480, 384, oA5SwitchLight);
instance_create(x, y, oA5BotSpawnCutscene);
}
if (statetime == 320) {
with (oCharacter) {
state = 23;
statetime = 0;
morphing = 0;
turning = 0;
}
update_log(28);
instance_destroy();
}
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