Hard Trivia Game

By Actaviosan on Mar 24, 2005

It's 10 questions very hard trivia game, with answers ( a + b + c )
you must NOT write a or b or c, you must write the answer it self
for example, What is my nickname ? a)actaviosan b)honololo c)blablabla
you must write actaviosan and not A
post it into your remotes, NOTE : YOU NEED ANOTHER MIRC TO WRITE THE START COMMAND AND PLAY.
when you paste it in remotes, let the other channel users, or another mirc of yours to write !trivia on
and then write !play
when the questions are finished write !trivia off
any proplems pm actaviosan @ quakenet.org

on *:text:!trivia on:#:{
  /enable #game
  /set %game on
  msg $chan 4Trivia game is not activated by $nick.
}
#game off
on *:text:!play:#:{
  timer 1 1 msg $chan 4I have 10 questions in this trivia.
  timer 1 2 msg $chan 4The game will start in 10 seconds. Prepare to think!
  timer 1 10 msg $chan 7Question number 1
  timer 1 11 msg $chan 12In which language wrote the indian poest Tag'oor his poem?
  timer 1 12 msg $chan 12 a)Indan language b)arabic c)ponglian indian
}
on *:text:ponglian indian:#:{
  msg $chan 4Right $nick , Who didn't see the answer, It was Ponglian Indian.
  timer 1 1 msg $chan 7Question number 2
  timer 1 2 msg $chan 12Bangladesh was a part of the country...
  timer 1 2 msg $chan 12 a)Bakestan b)India c)Eran
}
on *:text:Bakestan:#:{
  msg $chan 4Right $nick , Who didn't see the answer, It was Bakestan.
  timer 1 1 msg $chan 7Question number 3
  timer 1 2 msg $chan 12In arabic...Third Alharamain Alsharifain called on...
  timer 1 2 msg $chan 12 a)Almasged Al Aksa b)Alharam Alebrahimi c)Masged Kabb'aa
}
on *:text:Almasged Al Aksa:#:{
  msg $chan 4Right $nick , Who didn't see the answer, it was Almasged Al Aksa
  timer 1 1 msg $chan 7Question number 4
  timer 1 2 msg $chan 12The inventor of the Radar is...
  timer 1 2 msg $chan 12 a)Smith John b)Robert Watson c)Adeson
}
on *:text:Robert Watson:#:{
  msg $chan 4Right $nick , Who didn't see the anser, It was Robert Watson
  timer 1 1 msg $chan 7Question number 5
  timer 1 2 msg $chan 12Nabilion Died in ...
  timer 1 2 msg $chan 12 a)Alkeddesa Helana b)San Marino c)Green Land
}
on *:text:Alkeddesa Helana:#:{
  msg $chan4Right $nick , Who didn't see the answer, IT was Alkeddesa Helana
  timer 1 1 msg $chan 4 Question number 6
  timer 1 2 msg $chan 12The tembrature on the sunny side of the moon is...
  timer 1 2 msg $chan 12 a)100 b)150 c)200
}
on *:text:150:#:{
  msg $chan 4Right $nick , Who didn't see the answer, it was 150.
  timer 1 1 msg $chan 7Question number 7
  timer 1 2 msg $chan 12Thme meaning for the arabian word Dored is..
  timer 1 2 msg $chan 12 a)The blind b)Non-Ear human 3)Who don't have a tongue
}
on *:text:Who don't have a tongue:#:{
  msg $chan 4Right $nick , Who didn't see the answer, it was Who don't have a tongue
  timer 1 1 msg $chan 4Question number 8
  timer 1 2 msg $chan 12The stop that get's 5 meliars of water from The Nile is ...
  timer 1 2 msg $chan 12 a)The High Stopper b)Aswan's Stopper c) Abtara's Stopper
}
on *:text:Aswan's Stopper:#:{
  msg $chan 4Right $nick , Who didn't see the answer it was Aswan's Stopper.
  timer 1 1 msg $chan 7Question number 9
  timer 1 2 msg $chan 12The feliofositec that wrote The Nationality is...
  timer 1 2 msg $chan 12 a)Aflaton b)Arsto c)Socrat
}
on *:text:Aflaton:#:{
  msg $chan 4Right $nick , who didn't see the answer it was Aflaton
  timer 1 1 msg $chan 7Question number 10
  timer 1 2 msg $chan 12How much was on the romanian master that did the rules of winning parties to kill in 1 battle?
  timer 1 2 msg $chan 12 a)3000 enemy b)4000 enemy c)5000 enemy
}
on *:text:5000 enemy:#:{
  msg $chan 4Right $nick , who didn't see the answer it was 5000 Enemy.
  timer 1 1 msg $chan 6I am out of questions, More questions will be added soon
  timer 1 2 msg $chan 4I am built by Actaviosan, He does free amazing mIRC Bots, Pm him for free bot!
  timer 1 2 msg $chan 4Will someone please write !trivia off
} 
#game end
on *:text:!trivia off:#:{
  msg $chan 4Thanks, Trivia game is off now.
  /disable #game
}

Comments

Sign in to comment.
dma   -  Jan 04, 2016

10 questions is not alot

 Respond  
|MELIORITE|   -  May 16, 2007

First script or not, there are some things that will be of help to you as people give their opinions. There is no acknowledgement of a correct answer... there is no scoring mechanism typical of most trivia games.

Second, where the trivia is turned on and enabled, your message to the channel reads that

msg $chan 4Trivia game is not activated by $nick.

Shouldn\'t this be changed to state that it IS activated by $nick since it is enabled by the command?

Third, the / symbols are not required, as where you have /enable you only need to write enable. At the start of the script you may wish to write something like

#Trivia on

and the last line as

#trivia end

then the code can be turned off or on.

Fourthly, I don\'t see the necessity of having others turn trivia on or off... what happens if they don\'t? Perhaps you can scrap turning the script on or off if it has open access and merely commence the script from the line if somebody type !trivia, the questions flow through to the end since their is no loop to continue the questions once complete. Just an idea.... or two

 Respond  
Tyler222   -  May 15, 2007

Why only make 10 when you can make more and get more fame

 Respond  
Tyler222   -  May 15, 2007

Why only make 10 when you can make more and get more fame

 Respond  
PoiXon   -  Mar 26, 2005

lol, my First Script was a trivia game like this... except i dint know about /enable and /disable =S and i had each answer on a different page lol yours is much better than my first one :P

 Respond  
Actaviosan   -  Mar 26, 2005

i will call it solid script

 Respond  
Actaviosan   -  Mar 26, 2005

i am working on my first mirc script.

 Respond  
Actaviosan   -  Mar 26, 2005

thanks dude =]

 Respond  
PoiXon   -  Mar 25, 2005

good code for a beginner :)

 Respond  
Actaviosan   -  Mar 25, 2005

Well I wanna tell you something, I am new to the irc programming world! I started on wednesday. Take this on your words.. =] and I am isrealian lol =]

 Respond  
nobody   -  Mar 24, 2005

You could\'ve used some \'.ini\' files.

 Respond  
PoiXon   -  Mar 24, 2005

Why do you \"/set game on\"? u dont use it, and when the trivia game has started the people can type Any Text that answers a question and it will keep saying \"Correct\" lol Other Than That, Alrite :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.