
Originally Posted by
KeepBotting
FindObjEx = FindObjCustom + search regions?
I've no idea what TPA's are

Yeah. If you look at the code:
Simba Code:
Result := FindObjEx(cx, cy, Text, Color, Tol, 50, MSX1, MSY1, MSX2, MSY2);
basically all functions like FindObj,FindObjCustom use the same FindObjEx function, except that it specify some parameters for you, so using FindObjEx will allow greater customization. Also to correct what i said, FindObj already specify ur search region to mainscreen, so you cant use it to find an inv item etc.