<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Скрипт не запускается повторно]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=11916</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11916&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Скрипт не запускается повторно».]]></description>
		<lastBuildDate>Thu, 18 Aug 2016 13:24:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Скрипт не запускается повторно]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=106865#p106865</link>
			<description><![CDATA[<p>Вроде работать должно:</p><div class="codebox"><pre><code>next = etherial

d::
if (A_TickCount&gt;T)
   next = etherial
if (next==&quot;etherial&quot;)
   {
   send {c}
   T:=A_TickCount+3000
   next = dagon
   }
else
   {
   send {a}
   next = etherial
   }
MouseClick
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Keller)]]></author>
			<pubDate>Thu, 18 Aug 2016 13:24:14 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=106865#p106865</guid>
		</item>
		<item>
			<title><![CDATA[Re: Скрипт не запускается повторно]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=106854#p106854</link>
			<description><![CDATA[<p><strong>yurri_87</strong>, для игр есть отдельная ветка.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 17 Aug 2016 15:51:28 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=106854#p106854</guid>
		</item>
		<item>
			<title><![CDATA[Скрипт не запускается повторно]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=106853#p106853</link>
			<description><![CDATA[<div class="codebox"><pre><code>
next = etherial
d::
msgbox сработала
	if(next = &quot;etherial&quot;){
		send {c} ; етериал
		MouseClick
		next = dagon
		sleep 3000
		next = etherial
		return
	}
	if(next = &quot;dagon&quot;){
		send {a} ; дагон
		MouseClick
		next = etherial
		return
	}
	return
</code></pre></div><p>если нажать &quot;d&quot; - скрипт срабатывает, но если нажать &quot;d&quot; повторно, то скприпт не сработает, пока не прошло 3 секунды.<br />Как можно запустить скрипт повторно?<br />Смысл в том, чтобы делать одно действие по однократному нажатию &quot;d&quot;, и если потребуется - выполнить другое действие, на эту же самую клавишу &quot;d&quot;. Если в течении 3х секунд клавиша &quot;d&quot; не нажимается, то все возвращается как было (next = etherial).</p>]]></description>
			<author><![CDATA[null@example.com (yurri_87)]]></author>
			<pubDate>Wed, 17 Aug 2016 15:13:21 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=106853#p106853</guid>
		</item>
	</channel>
</rss>
