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_oDoor_Other_10.gml

10 lines
168 B

if (open == 1)
{
block = instance_create((x - 8), y, oSolid1)
block.image_yscale = 4
sfx_play_single(227)
open = 0
lockdelay = 2
showlock = 0
}