Whats this 'step' thing? im pretty sure this is the function i need to use in this script im making, it has all i need, i jst dont know what that 'step' is.
ive tried these yet i keep getting the error : [Error] (35:75): Type mismatch at line 34
Simba Code:
FindObjEx(x, y, 'ake', 6654110, 10, 70, 62, 159, 464, 184);
///////////////////////////////////////////////////////////////////////////
FindObjEx(x, y, ['ake'], 6654110, 10, 70, 62, 159, 464, 184);
//////////////////////////////////////////////////////////////////////////
FindObjEx(x, y, ['ake', 'ta', 'ke'], 6654110, 10, 70, 62, 159, 464, 184);
//////////////////////////////////////////////////////////////////////////