01-30-2015, 12:54 AM
Code:
Global $DropTrophiesStartPoint=[Click(34, 310]
ScreenCoordinates.au3 is missing ")" between "310" and "]". on line 32 kept giving me errors when i was trying to play with zombie search tolerance cause it was attacking bases that were not dead
Fixed code:
Code:
Global $DropTrophiesStartPoint=[Click(34, 310)]