That depends on how you code it. There are plenty of these scripts already out there. I suggest finding one, using it and based on the code ask your question.

But from a high level, after a question is displayed, you can do:

Code:
set -u0 %trivia.question on


and then when you exit mirc or stop the trivia, make sure you do:

Code:
unset %trivia.question 


Making a question and answer, i've answered in the previous. You can separate them how you want, your code will determine what the separator will be.

In the code i linked to, it will be the following:

Code:
set %trivia.question $gettok(%qa, 1, 42)
set %trivia.answer $gettok(%qa, -1, 42)


and in the question file, it's the question on the left and the answer after the "*"

Example:

Code:
80s Films: "In the Southeast, they say if you want to go to heaven, you have to change planes in Atlanta."*Accidental Tourist


You can literally wipe out the whole questions file and put your own stuff in there, just follow the same format.


twitter @keyeslol