<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15060&amp;type=atom" />
	<updated>2019-11-18T08:44:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15060</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему при нажатии всего одной клавиши выполняются все условия?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136616#p136616" />
			<content type="html"><![CDATA[<p>До Return.</p>]]></content>
			<author>
				<name><![CDATA[KusochekBobra]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34401</uri>
			</author>
			<updated>2019-11-18T08:44:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136616#p136616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Почему при нажатии всего одной клавиши выполняются все условия?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136614#p136614" />
			<content type="html"><![CDATA[<p>Использовал функцию exit вроде норм. Как оно вообще работает??</p>]]></content>
			<author>
				<name><![CDATA[alexey.locker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40494</uri>
			</author>
			<updated>2019-11-17T21:24:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136614#p136614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Почему при нажатии всего одной клавиши выполняются все условия?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136613#p136613" />
			<content type="html"><![CDATA[<p>Почему при нажатии всего одной клавиши выполняются абсолютно все Условия?<br /></p><div class="codebox"><pre><code>!1:: language = 1
!2:: language = 2

!H:: 
    if language = 1 
     {
      Sendinput Здравствуйте{!} Меня зовут {{}{{}currentUser.displayName{}}{}}. Я с радостью помогу Вам.{ctrl down}{enter}{ctrl up}
     }
     else if language = 2 
     {    
      Sendinput Вітаю{!} Мене звуть {{}{{}currentUser.displayName{}}{}}. Я з радістю допоможу Вам.{ctrl down}{enter}{ctrl up}
     }
!W:: 
    if language = 1
     {
      Sendinput Одну минутку. Я проверю информацию.{ctrl down}{enter}{ctrl up}
     }
     else if language = 2
     {
      Sendinput Одну хвилинку. Я перевірю інформацію.{ctrl down}{enter}{ctrl up}
     }
!C:: 
    if language = 1
     {
      Sendinput Пожалуйста, подождите несколько минут. Я свяжусь с курьером.{ctrl down}{enter}{ctrl up}
     }
    else if language = 2
     {
      Sendinput Будь ласка, зачекайте кілька хвилин. Я зв&#039;яжуся з кур&#039;єром.{ctrl down}{enter}{ctrl up}
     }
!P:: 
    if language = 1
     {
      Sendinput Позвольте мне уточнить информацию. Я сейчас же свяжусь с заведением.{enter}Пожалуйста, оставайтесь онлайн. Я предоставлю Вам подробную информацию в скором времени.{ctrl down}{enter}{ctrl up}
     }
    else if language = 2
     {
     Sendinput Дозвольте мені уточнити інформацію. Я зараз же зв&#039;яжуся з закладом.{enter}Будь ласка, залишайтеся онлайн. Я надам Вам детальну інформацію незабаром.{ctrl down}{enter}{ctrl up}
     }</code></pre></div>]]></content>
			<author>
				<name><![CDATA[alexey.locker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40494</uri>
			</author>
			<updated>2019-11-17T21:13:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136613#p136613</id>
		</entry>
</feed>
