I did try that earlier, but it requires a player to step on the tile a second time to turn into a hole.
I have been thinking about having the second time a player step on the tile it drops them in a hole, meaning they could only step on a tile once. I also want the tiles to be able to reset, so instead of selfswitches I'll try mapping with holes, set the holes passability to below, and have the cracks erase the 2nd time and drop the player into a dungeon/basement area.
Okay, I got it. First you need two areas(maps, not actual areas), the upper area with the cracks and a need to carefully cross the cracks, such as a chest at the end that requires you to go to the chest and return to the beginning using different paths, or a door that only opens once you've stepped on all the cracks(this would require variables).
The lower area is where the player goes after stepping on the same crack twice. This area needs stairs that lead to the beginning of the maze, or you could create different sections to fall into, with chest and monsters, experiment a little!
The lower area needs only two events, the stairs leading up, and an autorun event that plays an SE as the player hits the ground.
Like this:
The actual crack event is actually four pages;
The first page is the first crack, that turns self switch A on.
Page 1 ->
The second page is the second time the player steps on the crack. It plays an SE then turns on Self Switch B.
Page 2 ->
The third page reveals a hole, and I made the player jump to simulate falling, or surprise. It has a nice effect when the player completes their jump in the lower area. It took me awhile to get the wait times correct.
Page 3 ->
The final page fixes the issue of having the hole disappear from under you. It is an autorrun hole event that turns off the last self switch.
Page 4 ->
That all, you can just Copy+Paste the crack events wherever you want them. I tried to make this sort of tutorial-ish so that people don't have to sit around and figure it out like I did. Thanks to Fizzly for helping me, it got me on the right track.
Oh and...Crack tiles!!! lololololol for a drug addicts game lololol I just found that funny.