^ tried this already, didn't work (c3 checks if ANY tilemap isn't overlapping the player, and any single one isn't, no matter if there is one that is, the code runs)
I found a way to get past this was to just make a tilemap specifically for the edges of platforms so that the code only runs if the player is overlapping those.