[13:49] can't read "tclr(-emsg)": no such element in array
while executing
"set tclr(-emsg) "
(file "scripts2/t-2.tcl" line 917)
invoked from within
"source scripts2/t-2.tcl"
Using BogusTrivia 2.06.4.2.
Is there a way to fix this?
Last edited by Dragen on Sat Jan 01, 2011 2:28 pm, edited 1 time in total.
set tclr(-msg) "\00310" ; set tclr(-emsg) "\003" ; set t2(setupnik) ""
Changing that line to this, should solve it. Many editors do NOT like control characters left hanging in text. They should always be encoded within eggdrop tcl scripts.