You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oBlockSpeed_Othe...

17 lines
331 B

block = instance_create(x, y, oDestroyedBlock)
block.type = 4
block.regentime = regentime
block.alarm[0] = regentime
block.link_id = link_id
block.delay = delay
if (DEPTH != 0)
{
block.depth = DEPTH
block.DEPTH = DEPTH
}
with (block)
event_user(1)
sfx_stop(sndBlockDestroy)
sfx_play(sndBlockDestroy)
instance_destroy()