Вопрос по окнам. Игра в два окна! Спойлер и Спелсингер
Два скрипта:
Спойлер:
Цитата
Set $btAttack F1
Set $btPickup F4
Set $btNextTarget F7
Set $btSkill1 F5
Set $btSpoil F2
Set $btSweeper F3
Set #SkillTime 1000
Set #Rnd Random(3000)
:Search_Target
Send $btNextTarget
wait 1s
if 724, 26 1316719 //Жизнь моба
Goto Spoil
End_if
Goto Search_Target
:Spoil
Send $btSpoil
if_not 724, 26 1316719
Goto Attack
Else
Goto Spoil
End_if
:Attack
Send $btAttack
if 406, 26 1251183
Goto Attack
End_if
wait 3s
Send $btSweeper
wait 1s
Repeat [5]
Send $btPickup
wait 1s
End_Repeat
if 406, 26 1251183 //Жизнь моба
Goto Spoil
end_if
Goto Search_Target
Маг:
Цитата
Set $btSkill1 F1
Set $btHeal F2 Лечилка
Set $btPickup F3
Set $btTargetMe F4 Таргет себя на проверку жизни
Set $btTargetAs F5 Таргет Спойлера на проверку жизни
Set $btaAsistTarget F7
Set #SkillTime 1000
Set #Rnd Random(3000)
:Search_Target
Send $btAsistTarget
wait 1s
if 724, 26 1316719 //Жизнь моба
Goto Attack
End_if
Goto Search_Target
:Attack
Send $btSkill1
if 406, 26 1251183
Goto Attack
End_if
wait 2s
Repeat [5]
Send $btPickup
wait 1s
End_Repeat
if 406, 26 1251183 //Жизнь моба
Goto Attack
end_if
:HealMe
Send $btTargetMe
if_not 406, 26 1251183
Send $btHeal
Goto HealMe
end_if
:HealAs
Send $btTargetAs
if_not 406, 26 1251183
Send $btHeal
Goto HealMe
end_if
Goto Search_Target
Как я понимаю то в одном окне UOPilot пишутся два скрипта в отдельных закладках, как каждый скрипт прикрепить к своему окну линейки ?