Hiya all,
The code below is for Hybrids trivia , after 10 unanswered questions it stops the trivia game. Its added to the end of the Trivia.txt file.
alias msg {
msg $1-
if (times up isin $2-) {
inc %triviastop2
if (%triviastop2 >= 10) {
unset %triviastop2
Strivia
}
}
if (got the answer isin $2-) {
unset %triviastop2
}
}
ST4