TRIVIA played in TEAMS or as an individual person ?
if a person joins a team , that person`s point ar added to the team total points.
i saw a script like this, but it is made for mIRC , ( it's a modified mIRC )
and i would like to know if there is an TCL for eggdrops, or if someone can make an TCL ( or addon to a trivia.tcl ) so that trivia games can be played in teams.
now i`m using triviaro.tcl made by souperman and translated by LightAngel and i`m courious if there is someone who could add a TEAM feature to that tcl ....
I think there's a new version of souperman's Trivia.tcl modified by someone else which supports team play if I recall correctly. Check the Tcl Archive.
######################################################################
#PLEASE customise the settings before rehashing your bot! #
######################################################################
#This is the enhanced version of original version Trivia.tcl made by Souperman.
#Enhanced with a !choose option for multiple question files.
#Reason for the adjustment was purely to have an *Nerd* version with all
#kinds of exams like MCSE MCSA CCISP or whatever those whizzkids want.
#
#
#
#
#
#Enhancements: V1.0
#The questionfiles can handle tabs for better editting and manipulation
#eg with a spreadsheet using tabs as a seperator.
#When the next question is selected, all tabs will be removed.
#
#The questionfiles can be setup to use multiplechoice questions.
#The script will determine if a question is a multiplechoice or not.
#If not, it will sendout the question on one line.
#If it is, it will sendout the question and choices on different lines.
#
#Cheat protection for blocking people from just trying and guessing.
#This is especially handy with multiplechoice question with one answer.
#They have to wait for the next hint or answer.
#
#
#Enhancements: V2.0 AKA triviapluswth.tcl
#This version is made for What The Hack.
#http://www.whatthehack.org
#Writes to logfile if HTML stats are generated.
#
#Layout questions is possible by using
#This is the layout for multiple choice questions used on WTH:
#Answer#Question ^ question part 2 ^ ^A: choice ^B: choice ^C: choice ^D: choice ^E: choice
# If u want an empty rule.. place ^ between the lines
#
#Question
#questionpart2
#
# A:choice
# B:choice
# C:choice
# D:choice
# E:choice
# (including the reverse highlight....)
#It doenst matter how many choices there are, the script will figure it out.
#lowercase uppercase... it doesnt matter.
#
#For timing reasons, the default timer till the question expires includes 2x the question lines
#so.. three formatted lines with 4 answers, will add 16 seconds extra on the timer.
#
# Added tgrandom so u can choose between sequential or random questioning.
#
# This might be useful for *exam preparations* so to speak.
# When in sequential mode, the game will stop when it has reached the last question.
# simply use !start or !choose to go further.
#
# Greetings Hairy_Scary@hotmail.com 6--05-2005
###########################################################################
i couldn`t find TEAMS in this description,
HOW do i CREATE a TEAM ?
HOW do i JOIN a TEAM ?
HOW MANY TEAMS can i ADD ?