sub fireball()
if not uo.waiting() then
UO.exec("cast 'Fireball' laststatus")
end if
if (UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74')) then
UO.exec("cast 'Fireball' ")
UO.DeleteJournal()
end if
end sub
sub Hl()
if not UO.waiting() then
UO.Exec("cast Magic Arrow laststatus")
end if
if uo.injournal("cliloc# 0xA3A1") then
UO.Exec("cast Magic Arrow laststatus")
wait(500)
uo.deletejournal()
end if
end sub
вы меня не понимаете... эти 2 скрипта работают зажав кнопку!!!=) Мне нужно что 2 скрипта сделать как 1 тоесть обьединить их в 1 скрипт! Чтобы я зажимал и летело сначало фарбол потом стрелка и так пока не отпушу кнопку...