<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Повторный ввод предыдущего текста]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11081&amp;type=atom" />
	<updated>2015-11-15T18:29:29Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11081</id>
		<entry>
			<title type="html"><![CDATA[Re: Повторный ввод предыдущего текста]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=99062#p99062" />
			<content type="html"><![CDATA[<p><strong>yalanne</strong><br />Премного благодарен!</p>]]></content>
			<author>
				<name><![CDATA[Legion]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33477</uri>
			</author>
			<updated>2015-11-15T18:29:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=99062#p99062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Повторный ввод предыдущего текста]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=99061#p99061" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>^SC010::
{
sendinput, {f6}/uncuff{space}
Input id_player,I V,{Enter}{Escape}
if Errorlevel ~= &quot;Escape&quot;
	{
	sendinput, {f6}{LCtrl down}{vk41}{LCtrl up}{BS}{f6} ; если нажат esc то сборос текста в чате.
	return
	}

sleep, 100
sendinput {F6}/cuff{space}%id_player%
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2015-11-15T18:26:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=99061#p99061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Повторный ввод предыдущего текста]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=99060#p99060" />
			<content type="html"><![CDATA[<p>Приветствую.<br />Есть вот такой код:<br /></p><div class="codebox"><pre><code>^SC010::
{
sendinput, {f6}/uncuff{space}
KeyWait, Enter, D 
sleep, 100
sendinput {F6}/cuff{space}
}
return</code></pre></div><p>F6 - открывает чат в игре и соответственно вводит команду /uncuff, далее через пробел я вручную ввожу нужный id от 0-999, после того как я нажимаю ентер, происходит ввод команды /cuff в строку чата и мне надо сделать так, что бы скрипт ввёл туда еще тот id, что я вводил перед этим к команде /uncuff, подскажите как реализовать можно, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Legion]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33477</uri>
			</author>
			<updated>2015-11-15T18:02:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=99060#p99060</id>
		</entry>
</feed>
