i got this one trivia script, and i put the files in the right place, and i put the trivia.questions file in C:Trivia-Questions\trivia.questions and i get
C:Trivia-Questionsrivia.questions does not exist. and i put a \ in there, cause the computer dosnt show a / in it.
i did what you said, and i still get: [15:42] trivia.tcl failed to load: C:/Trivia-Questions/trivia.questions does not exist. And now i put it in "C:/trivia.questions" then it says, [15:48] trivia.tcl failed to load: C:/trivia.questions does not exist.
Try it without the C:, like: "/whatever/directory/trivia.questions" or even just "trivia.questions" and the script should be looking for the data file in either the bot's home directory or in the script directory itself.
rosc2112 wrote:Try it without the C:, like: "/whatever/directory/trivia.questions" or even just "trivia.questions" and the script should be looking for the data file in either the bot's home directory or in the script directory itself.
so if i take C: out and leave "/Trivia-Questions/trivia.questions" ?
TCL uses \ as an escape character. I would imagine that the other people that responded could have figured out what the problem was and provide a correct answer :p