Ok.....I decided to post ST-4 code anyways. I understand now it aint for st50 as it uses the strivia command whereas in st50 bot stops with !st stop. Also....when no one guesses correctly bot says [br](o) Time is up! [br]
The correct answer is: <answer here>
Apparently his code wasn't inside code tags so it doesn't show as it should.
Creator ( or at least poster of this was ST-4)
------------------------------------------------------------
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
}
}