Hello, I have found a chess program's source code, but want to insert a questions feature into it. I want to make it so that before a chess player moves, a question has to be answered. I would like to make a database of 50+ questions. How would I accomplish this task? I would also like these features Answer 3 questions wrong = automatic loss. Answer one "special" question right = automatic win. (random time) Both players answer "special" question right = draw. Randomize questions order from database. Make a separate list of "special" questions. You can take a look at the ASP Chess program here. The download is only 287 KB. Tutorials or help would be appreciated. I need to get this done ASAP. Thanks!