[13:51] error reading "file10": illegal operation on a directory
while executing
"gets $f s"
(procedure "UnoReadScores" line 15)
invoked from within
"UnoReadScores"
(file "scripts/uno.tcl" line 2698)
invoked from within
"source scripts/uno.tcl"
(file "Unobot.conf" line 1306)
Can you help me? I really don't know what to do.
Thanks
This is a common error with the archived version of Marky's colour uno. You need to create a folder called scores in your eggdrop folder (/eggdrop/scores) and in scores you need to create a empty file named UnoScores.
Remember case is important if it's hosted on a shell, so it MUST be a folder all in small case called scores and it MUST be a file named UnoScores with all the capital letters in the right places.
That should solve the problem and allow the script to start and run without any further problems.
Another weird thing about uno.tcl is that while it says the options set inside the tcl file overrides the uno.cfg settings, it actually doesn't. The uno.cfg's settings are used over the ones set in the tcl. So if you want to make any big changes like the score file location, channel or points, you need to change it in the uno.cfg and not the tcl itself.