<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/12634" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2006-11-06T22:16:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/12634</id>

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-11-06T22:16:00-04:00</updated>

		<published>2006-11-06T22:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67812#p67812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67812#p67812"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67812#p67812"><![CDATA[
<blockquote class="uncited"><div>it still says: [19:38] trivia.tcl failed to load: C:\Trivia-Questions\trivia.questions does not exist.</div></blockquote>Place the question files in the <strong class="text-strong">scripts</strong> folder of your Windrop. <br><br>Load trivia.tcl as normal:<div class="codebox"><p>Code: </p><pre><code>source scripts/trivia.tcl</code></pre></div>Edit trivia.tcl settings for location of question files where indicated:<div class="codebox"><p>Code: </p><pre><code>"./trivia.questions"</code></pre></div>The above tells the script to look in the directory where it is to load its question file.<br><br>The question files cannot be loaded as per the Tcl scripts; locations of question files are set within the trivia script itself (apparently).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Nov 06, 2006 10:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-11-06T20:45:34-04:00</updated>

		<published>2006-11-06T20:45:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67808#p67808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67808#p67808"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67808#p67808"><![CDATA[
Stop using C:\<br><br>Put the Questions.txt in 'scripts' folder and simply set:<br><br>set path "scripts/Questions.txt"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Mon Nov 06, 2006 8:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBen]]></name></author>
		<updated>2006-11-06T20:39:18-04:00</updated>

		<published>2006-11-06T20:39:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67807#p67807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67807#p67807"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67807#p67807"><![CDATA[
it still says: [19:38] trivia.tcl failed to load: C:\Trivia-Questions\trivia.questions does not exist.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8271">BigBen</a> — Mon Nov 06, 2006 8:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-11-05T14:07:09-04:00</updated>

		<published>2006-11-05T14:07:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67749#p67749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67749#p67749"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67749#p67749"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>C:\\Trivia-Questions\\trivia.questions</code></pre></div>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<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Nov 05, 2006 2:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-11-04T19:59:40-04:00</updated>

		<published>2006-11-04T19:59:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67723#p67723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67723#p67723"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67723#p67723"><![CDATA[
This is a Windrop?<br><br>If this question file sits in the "scripts" folder then simply try: "./trivia.questions"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Nov 04, 2006 7:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBen]]></name></author>
		<updated>2006-11-04T19:28:44-04:00</updated>

		<published>2006-11-04T19:28:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67722#p67722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67722#p67722"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67722#p67722"><![CDATA[
<blockquote class="uncited"><div>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.</div></blockquote> so if i take C: out and leave "/Trivia-Questions/trivia.questions" ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8271">BigBen</a> — Sat Nov 04, 2006 7:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-04T17:50:27-04:00</updated>

		<published>2006-11-04T17:50:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67720#p67720</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67720#p67720"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67720#p67720"><![CDATA[
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.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Nov 04, 2006 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBen]]></name></author>
		<updated>2006-11-04T16:48:45-04:00</updated>

		<published>2006-11-04T16:48:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67716#p67716</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67716#p67716"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67716#p67716"><![CDATA[
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.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8271">BigBen</a> — Sat Nov 04, 2006 4:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-04T16:19:00-04:00</updated>

		<published>2006-11-04T16:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67712#p67712</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67712#p67712"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67712#p67712"><![CDATA[
try \\<br><br>Although presumably windrop does know what / means and translates it to the proper \ for doze?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Nov 04, 2006 4:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BigBen]]></name></author>
		<updated>2006-11-04T12:03:36-04:00</updated>

		<published>2006-11-04T12:03:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67702#p67702</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67702#p67702"/>
		<title type="html"><![CDATA[need help on a trivia script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67702#p67702"><![CDATA[
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<br> C:Trivia-Questionsrivia.questions does not exist.   and i put a \ in there, cause the computer dosnt show a / in it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8271">BigBen</a> — Sat Nov 04, 2006 12:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
