Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thanks a lot! Your answer was of great help. I believe I was able to fix the issue. Previously I did collision check in collision event and flagged player if he was overlapping the box and handled input in players step event so if for some reason the collision did not fire within the same step it would ignore it! :P I changed it to use instance_place. It’ll be fixed in next update :)