gigiiiii Posted October 23, 2019 Posted October 23, 2019 (edited) Hello How do I merge these two macros? if I leave it this way it will work only while1.... thx=) MsgBox(64,"Ciao è un autopozze","Divertiti by Greg") ;heal While 1 if (PixelGetColor(636, 691) = 0xE4262A) then Sleep(200) Else Send("{F1}") EndIf Wend ;mana While 2 if (PixelGetColor(498, 706) = 0x417EFF) then Sleep(200) Else Send("{F2}") EndIf Wend Edited October 23, 2019 by gigiiiii
Developers Jos Posted October 23, 2019 Developers Posted October 23, 2019 @gigiiiii, I see you did not read those rules, to which I linked, very carefully - you missed the part that says: "Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above" Do NOT start another thread on this - our patience has limits. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts