- Home /
What did i do wrong on the multiple choice main menu?
1) You can enter code with the "Code Sample Button" (the one with the 101010 on it) in your questions
2) Please, be specific with your questions. What are you trying to achieve? What is the issue? What error messages did you encounter?
You didn't mention what the problem is, but looking at the code, my guess is the Elses are messing up the flow. If campaign equals false, then $$anonymous$$ultiplayer and Settings will NEVER be called. Try different logic.
Yeah, you should probably consider using "else if" to chain together the logic.
Also, how are you changing campaign, multiplayer, and setting between true and false? Are you mousing over something to change these? If you aren't changing these values anywhere, your code will never work.
Your answer
Follow this Question
Related Questions
how to make a save/load game script 2 Answers
Main Menu GetAxis woes 1 Answer
Main Menu Quit Button Wont Work 2 Answers
Main Menu don't disappear 1 Answer
Adding Colors on Textures 0 Answers