|
|
|
|
@ -50,6 +50,47 @@ if (global.event[176] == 1 && room == rm_a0h13) instance_destroy();
|
|
|
|
|
<argument>
|
|
|
|
|
<kind>1</kind>
|
|
|
|
|
<string>event_user(0);
|
|
|
|
|
</string>
|
|
|
|
|
</argument>
|
|
|
|
|
</arguments>
|
|
|
|
|
</action>
|
|
|
|
|
</event>
|
|
|
|
|
<event eventtype="3" enumb="0">
|
|
|
|
|
<action>
|
|
|
|
|
<libid>1</libid>
|
|
|
|
|
<id>603</id>
|
|
|
|
|
<kind>7</kind>
|
|
|
|
|
<userelative>0</userelative>
|
|
|
|
|
<isquestion>0</isquestion>
|
|
|
|
|
<useapplyto>-1</useapplyto>
|
|
|
|
|
<exetype>2</exetype>
|
|
|
|
|
<functionname></functionname>
|
|
|
|
|
<codestring></codestring>
|
|
|
|
|
<whoName>self</whoName>
|
|
|
|
|
<relative>0</relative>
|
|
|
|
|
<isnot>0</isnot>
|
|
|
|
|
<arguments>
|
|
|
|
|
<argument>
|
|
|
|
|
<kind>1</kind>
|
|
|
|
|
<string>if (global.event[176] == 1 && room == rm_a0h13){
|
|
|
|
|
block = instance_create(x, y, oDestroyedBlock);
|
|
|
|
|
block.type = 6;
|
|
|
|
|
block.regentime = -1;
|
|
|
|
|
block.link_id = link_id;
|
|
|
|
|
block.delay = delay;
|
|
|
|
|
with (block) event_user(1);
|
|
|
|
|
block1 = collision_point(x + 2, y - 2, oBlockBombChain, false, false);
|
|
|
|
|
block2 = collision_point(x + 18, y + 2, oBlockBombChain, false, false);
|
|
|
|
|
block3 = collision_point(x + 2, y + 18, oBlockBombChain, false, false);
|
|
|
|
|
block4 = collision_point(x - 2, y + 2, oBlockBombChain, false, false);
|
|
|
|
|
if (block1 > 0) with (block1) alarm[10] = 4;
|
|
|
|
|
if (block2 > 0) with (block2) alarm[10] = 4;
|
|
|
|
|
if (block3 > 0) with (block3) alarm[10] = 4;
|
|
|
|
|
if (block4 > 0) with (block4) alarm[10] = 4;
|
|
|
|
|
sfx_stop(sndBlockDestroy);
|
|
|
|
|
sfx_play(sndBlockDestroy);
|
|
|
|
|
instance_destroy();
|
|
|
|
|
}
|
|
|
|
|
</string>
|
|
|
|
|
</argument>
|
|
|
|
|
</arguments>
|
|
|
|
|
|