Reaction Test With Times Tables and Questions
#3

Well this all depends on your questions or methods you're using...

What you can do though is set a simple varible to a question when it's asked so the system knows what question has been asked, example:

pawn Код:
new question;

#define President 1

// Whenever the President Question is asked, use this
question=President;

if(question==President&&strcmp(text,"george washington",true)==0)
{
question=0;
// Your Winning Code
}
Reply


Messages In This Thread
Reaction Test With Times Tables and Questions - by Kyle - 17.03.2010, 08:13
Re: Reaction Test With Times Tables and Questions - by Babul - 17.03.2010, 10:41
Re: Reaction Test With Times Tables and Questions - by XGh0stz - 17.03.2010, 10:58

Forum Jump:


Users browsing this thread: 1 Guest(s)