|
Post by paladiex on Jan 4, 2017 21:18:28 GMT
Here is my issue.
{target = bigWing, region = Region(2080, 920, 110, 100), id = "bigWingx"} <--- this is choice 4
if (choice == 4) then
Region(2080, 920, 110, 100):existsClick(bigWing)
end
It clicks anywhere on the screen, and it is picking this image up from other parts of the screen to confirm choice 4. Why isn't it working?
|
|
|
Post by AnkuLua on Jan 5, 2017 0:20:02 GMT
The region setting looks strange. What's your scriptDimension?
|
|
|
Post by paladiex on Jan 5, 2017 1:42:05 GMT
2560x1440 I found the error I made it was in another choice, that ambiguously had "existsClick(bigWing)" left at the end.
|
|