<?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/10197" />

	<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>2005-08-01T20:01:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[phreako]]></name></author>
		<updated>2005-08-01T19:58:19-04:00</updated>

		<published>2005-08-01T19:58:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53621#p53621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53621#p53621"/>
		<title type="html"><![CDATA[Re: Looping of script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53621#p53621"><![CDATA[
Ok thanks a lot!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6503">phreako</a> — Mon Aug 01, 2005 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dwickie]]></name></author>
		<updated>2005-08-01T20:01:04-04:00</updated>

		<published>2005-08-01T19:57:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53620#p53620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53620#p53620"/>
		<title type="html"><![CDATA[Looping of script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53620#p53620"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set variable 5for {set i 1} {$i &lt;= $variable} {incr i} {  utimer [expr 5*$i] doproc }</code></pre></div>this should work, if i get what you want<br><br>edit: you probably wanted to do 5min steps $variable times, so i edited<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5343">dwickie</a> — Mon Aug 01, 2005 7:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[phreako]]></name></author>
		<updated>2005-08-01T19:14:13-04:00</updated>

		<published>2005-08-01T19:14:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53619#p53619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53619#p53619"/>
		<title type="html"><![CDATA[Looping of script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53619#p53619"><![CDATA[
Looping with numbers <br><br>Lets say $variable is 5.<br><br>So I want a command to set a timer 5 times according to $variable and it goes something like this,<br><br>1st time: utimer 5 doproc<br>2nd time: utimer 10 doproc<br>3rd time: utimer 15 doproc<br>4th time: utimer 20 doproc<br>5th time: utimer 25 doproc<br><br>So it could be like $variable is 10 times and it can go on to 10th time, each time increasing 5 seconds. How do I go about coding it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6503">phreako</a> — Mon Aug 01, 2005 7:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
