By Pvic
spr_autoclose_wall https://cdn.discordapp.com/attachments/403203277568606219/408332994802221057/unknown.png
obj_autoclose_wall
sprite: spr_autoclose_wall
depth: 99
parent: par_solid
Create
y=y-64;
state=0;
Step
if global.main_player.x>x+32{
state=1;
}
if state==1{
if y!=ystart{
y+=4
}
}