Jump to content

A Trivia Question Or Two


iLia

Recommended Posts

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]:P 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

}

}

 

Link to comment
Share on other sites

  • Replies 20
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...