################################################## Date: 14Nov06 ##
## BogusTrivia 2.04 by SpiKe^^ :undernet: #pc-mirc-help ##
###################################################################
###################################################################
# Script has been well tested, and seems to be stable. #
# ! USE AT YOUR OWN RISKS ! #
# #
# Sample Music Question file is included (20,000 questions) #
# #
# Please report bugs or make comments at: #
# irc: undernet: #pc-mIRC-help #
# email: mossdaemon@yahoo.com #
Well, I have a problem with Bogustriva.tcl v2.05 (yes, I've already reported it to the script' author).
This version (I used v 2.02 before without problems) doesn't allow to use letter "ñ", that is: if there is an answer with "ñ" the script won't recognize it.
I have been on the Bogustrivia.tcl support channel and I just received this comment: "it is a translation problem"
What does it mean? Could it be fixed?
Thanks
Last edited by Torrevado on Mon May 07, 2007 1:04 pm, edited 1 time in total.
[01:18] syntax error in expression "$rline ne "" && $rline ne " ""
("if" test expression)
while compiling
"if {$rline ne "" && $rline ne " "} { lappend rlins $rline }"
("foreach" body line 2)
invoked from within
"foreach rline $t2(rndlin) {
if {$rline ne "" && $rline ne " "} { lappend rlins $rline }
}"
invoked from within
"if {$t2(randad)>"0"} {
set t2(rndlin) [split $t2(rndlin) "\n"] ; set rlins ""
foreach rline $t2(rndlin) {
if {$rline ne "" && $rline ne " "} ..."
(file "scripts/t-2.tcl" line 305)
invoked from within
"source scripts/t-2.tcl"
(file "eggdrop.conf" line 1356)
[02:23] syntax error in expression "$qfills ne """
("if" test expression)
while compiling
"if {$qfills ne ""} {
set tlast "" ; set tlist "" ; set filcnt 0 ; set qestot 0
foreach qesfil $qfills { incr filcnt
set temp [split [lin..."
(compiling body of proc "TCntQes", line 6)
invoked from within
"TCntQes"
(file "scripts/t-2.tcl" line 3066)
invoked from within
"source scripts/t-2.tcl
"
(file "eggdrop.conf" line 1366)
I like this tcl but with errors can't run
pls help me ..
nyilad wrote:hello Fly, did u got errors as like me ?
t-2.tcl is't not working on me
The 'ne' operator was introduced in tcl 8.4, which means you need tcl 8.4 or newer to run that script (or you could replace all the 'ne's with '!=' and see if it runs)
nyilad wrote:hello Fly, did u got errors as like me ?
t-2.tcl is't not working on me
The 'ne' operator was introduced in tcl 8.4, which means you need tcl 8.4 or newer to run that script (or you could replace all the 'ne's with '!=' and see if it runs)
I already changed all "ne" to "!=" ... but I got error in next operator ..
fly, explain your problems better... any errors if you leave a chat open with the triv bot? just doesnt reply at all?? post few questions you have issues with here:) ill see what i can fugure out
SpiKe^^ wrote:
fly, explain your problems better... any errors if you leave a chat open with the triv bot? just doesnt reply at all?? post few questions you have issues with here:) ill see what i can fugure out
Example:
<TrivBot>Question: "Spain" in Spanish lang? <TrivBot>1st Hint:****ñ* <Player_1> España <TrivBot>2nd Hint:Es**ñ* <Player_2> España <TrivBot>3rd Hint:Es**ña <TrivBot>Time's out! The answer was -> España <-
Other (example) words: Gran Bretaña, pequeño, galeón, cáliz... etc
The script ignores all answers containing that chars... (I repeat: not in version 2.02, it worked fine)