Hey all,
Thanks to all your wonderful help, the game framework is near perfect. I have a character that walks forward, auto looks towards a question, answers the question and moves on, and if he dies, he respawns on the same level. I also have a point system, where he collects points, and if they reach over 10, he gets an extra life. But I still have some problems.
1: I cant seem to make it work when there is more than one question. The way I have it setup, is so that if you walk into the cube tagged DestroyC, it will unhide the question. But I have more than one per level. Whatever I do to one, effects all the others, because they are all tagged the same. Is there a way to make it distinguish between the different cubes? thanks a ton.