This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

problems with trivia.tcl

Old posts that have not been replied to for several years.
Locked
M
MrT
Voice
Posts: 11
Joined: Wed Nov 06, 2002 11:57 pm

problems with trivia.tcl

Post by MrT »

Hi there,

I just installed trivia.tcl version 1.02 by DarkMist, on the latest version of eggdrop, and I can start the game, but whenever I try anything I get tcl errors. At the moment all I have been able to do is start and stop the game or skip a question...

If I try !hint i get the following error:
Tcl error [tgforcehint]: bad option "is": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart

I looked up that pat of the script and this is what comes up:

Code: Select all

#gives a hint if there is currently a question to answer.
proc tgforcehint {nick host hand chan text} {
 global tghinttimer tgnexttimer tgplaying tgchan tgcurrentanswer tgstreak tgstreakmin
 if {[strlwr $tgchan]==[strlwr $chan]} {
  if {$tgplaying==1&&[utimerexists tghint]!=""} {
   killutimer $tghinttimer
   tghint
  }
  return 1
 }
}
Also, if someone could tell me how I'm supposed to answer the question it would be helpful as I couldnt see this in the readme... I tried "!trivia <answer>" but it just seemed to sit there, then I got another error:
Tcl error in script for 'timer151':
bad option "is": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart

I think this might be the automatic hints but im not sure.

Any help would be greatly appreciated,

Thanks,
MrT
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Your tcl version is too old for this script. (apparently it doesn't support "string is ...").
User avatar
Souperman
Halfop
Posts: 69
Joined: Sat Feb 02, 2002 8:00 pm
Location: Cape Town, South Africa
Contact:

Post by Souperman »

Hi MrT

That script has been superseded by the one you can get at www.eggdrop.za.net.
Quick! Somebody get me a new ink cartridge
Locked