Skip to content
MSN

Hybrid Trivia - stop after 10 unanswered qstns

A TG007 community discussion started by ST4.

Discussion 3 posts
Page 1 of 1
Open
Topic #4709 · 3 published posts · 474 views

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

 

If your using tats trivia it has it built in

and you can set the inactivity level

i have mine set to turn off after 10 questions with no activity

My code does NOT have bugs. It just develops random features.

is this a question