Open NeonScripter opened 2 years ago
no i think it should be if you get most of the questions right something happens and if you get most of them wrong amother thing happens
maybe you should decide which one it is
also i think it should be tracking the amount of right and wrong answers in the code i dont really understand how the rightanswer thing works and why it would help
it would suit the needs of all the people who want to proceed in designing games
Proceed.
Ok, this is some good thinking.
We can easily configure answers: You have N questions. If you have MORE THAN X questions right, A happens, if you have less than X questions right, B happens.
We should add both quiz rooms.
So here's how quiz rooms work I think:
Here's how I was planning it to work in my game:
rightanswer
. then the player answers. the player's answer is the same asrightanswer
, it changesrightanswer
to the new answer, then the player answers again, and so on, so on, so on, until the quiz finishes, and all the answers are right. Then the player may proceed to the next room.