<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Почему не работает цикл?]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15495&amp;type=atom" />
	<updated>2020-06-28T17:51:16Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15495</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не работает цикл?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140472#p140472" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Я проверил в блокноте - всё работает, поставил задержку повыше - всё стало как надо. Итог - не ставьте слишком малую задержку <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-06-28T17:51:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140472#p140472</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему не работает цикл?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140470#p140470" />
			<content type="html"><![CDATA[<p>Если вообще ничего не происходит, значит условие If TypeChat = 2 не выполнено. Если только цикл не срабаывает, значит %Time% какое-то не такое.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-06-28T13:45:39Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140470#p140470</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Почему не работает цикл?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140462#p140462" />
			<content type="html"><![CDATA[<p>Почему в данном фрагменте кода не срабатывает цикл?<br /></p><div class="codebox"><pre><code>
If TypeChat = 2
 {
 Send, {Enter}
 Sleep, 300
 Send, {sc29}
 Sleep, 300
 Send, bind &quot;kp_ins&quot; &quot;say %Chat%&quot;
 Sleep, 300
 Send, {Enter}
 Sleep, 300
 Send, {Esc}
 Sleep, 300
 Loop, %Time%
  {
  Sleep, 300
  Send, {0}
  }
 }
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-06-28T10:29:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140462#p140462</id>
		</entry>
</feed>
