All right, so I've mostly mastered Sonneveld's maze code and made it my beast, but I can't start voodoo girl in the right segment of the maze. She needs to enter from the bottom (She goes into a cave on top of the screen into the maze), and so I tried starting her off in cel 35. I set the index variable (which indicates which cel the ego is currently in) to 35, but when I go into the maze, it sure isn't cel 35 I'm looking at. Sure enough, though, if I "show var" the index, it's 35. Also, if I solve the maze and make it to the actual cel 35, and leave the maze back to outside the cave, and then re-enter the cave, it shows cel 35 like it's supposed to. My question to Nick, AGISCI, ANYONE!!! is how to set it up so that when I first enter the maze, it takes me to the proper cel.
Chris, I understand you're using the maze code in V... any similar problems?