Nerfbendr's Trivia is a damn complicated piece of work, be very very careful messing with the actual tcl, you could moofie super-quick. Have you read the excellent tutorial/manual included yet? Be sure not to allow any question marks (?) or quotation marks (") in any of the question files, as this will also give a timer error and make the bot freeze and/or die.Swift wrote:Hi --- We are very new to eggdrop and have been having loads of problems with timers crashing our bot. Because we are so new to it, we have no idea where to find these timers, but assume they are in FullTriviabot65 script file. We are so afraid of changing this file with such limited knowledge and therefore totally destroying the bot (we dont really want to start from scratch again)
Is there anyone here who can give a laymans view to timers, where to find them, how to correct them etc
Many thanks in advance
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
tag when posting logs, code
Code: Select all
set f [open $scorefiletouse r]
if [file exists $scorefiletouse] {
while {[gets $f tally] != -1} {
set checker [lindex $tally 0]
if {$checker == $scoreplayer} {
if {[lindex $tally 1] >= $autovoicescore} {
pushmode $triviachannel +v $nick
}
}
}
close $f
}
Code: Select all
}
}
}
}
close $f
Code: Select all
pushmode $triviachannel +v $nick
}
}
}
}
close $f