Btw if you want to make the part where the script finds the banker more reliable then go to this line:
and change thisSimba Code:if (FindObjTPA(x, y, 2846095, 15, 1, 4, 5, 4, ['Talk'])) then
to more shorter strings for the uptext e.g.:Simba Code:['Talk']
Make sure you get the case (upper or lower) of the text correct thoughSimba Code:['Talk', 'alk', 'to', 'Banker', 'anker', 'ank']

